new & opt.: server page font size

This commit is contained in:
lollipopkit
2023-12-19 14:27:59 +08:00
parent 0d1a720f03
commit 2b1b6c7afb
19 changed files with 274 additions and 149 deletions

View File

@@ -32,13 +32,6 @@ class SettingStore extends PersistentStore {
true,
);
/// Bigger for bigger font size
/// 1.0 means 100%
/// Warning: This may cause some UI issues
late final textFactor = property(
'textFactor',
1.0,
);
/// Lanch page idx
late final launchPage = property(
@@ -64,6 +57,14 @@ class SettingStore extends PersistentStore {
// ------END------
/// Bigger for bigger font size
/// 1.0 means 100%
/// Warning: This may cause some UI issues
late final textFactor = property(
'textFactor',
1.0,
);
late final primaryColor = property(
'primaryColor',
4287106639,