Add windows server mode start process verify
Add linux deb dependencies Add backup recovery strategy select Support custom text scaling Optimize the display of different text scale Optimize windows setup experience Optimize startTun performance Optimize android tv experience Optimize default option Optimize computed text size Optimize hyperOS freeform window Add developer mode Update core Optimize more details
This commit is contained in:
@@ -252,21 +252,6 @@ class CurrentPageLabel extends _$CurrentPageLabel
|
||||
}
|
||||
}
|
||||
|
||||
@riverpod
|
||||
class AppSchemes extends _$AppSchemes with AutoDisposeNotifierMixin {
|
||||
@override
|
||||
ColorSchemes build() {
|
||||
return globalState.appState.colorSchemes;
|
||||
}
|
||||
|
||||
@override
|
||||
onUpdate(value) {
|
||||
globalState.appState = globalState.appState.copyWith(
|
||||
colorSchemes: value,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@riverpod
|
||||
class SortNum extends _$SortNum with AutoDisposeNotifierMixin {
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user