Updated on 2026-08-14
This commit is contained in:
parent
4182005428
commit
d6333458fa
15 changed files with 101 additions and 62 deletions
|
|
@ -464,6 +464,10 @@ val LocalRedesignEnabled = staticCompositionLocalOf<Boolean> {
|
|||
false
|
||||
}
|
||||
|
||||
val LocalVisaRedesignEnabled = staticCompositionLocalOf<Boolean> {
|
||||
false
|
||||
}
|
||||
|
||||
val LocalPowerSavingState = compositionLocalOf<PowerSavingState> {
|
||||
error("No PowerSavingState provided")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue