mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix: webdav
This commit is contained in:
@@ -32,7 +32,6 @@ class SettingStore extends PersistentStore {
|
||||
true,
|
||||
);
|
||||
|
||||
|
||||
/// Lanch page idx
|
||||
late final launchPage = property(
|
||||
'launchPage',
|
||||
@@ -64,7 +63,7 @@ class SettingStore extends PersistentStore {
|
||||
'textFactor',
|
||||
1.0,
|
||||
);
|
||||
|
||||
|
||||
late final primaryColor = property(
|
||||
'primaryColor',
|
||||
4287106639,
|
||||
|
||||
Reference in New Issue
Block a user