manually restart app

This commit is contained in:
lollipopkit
2023-03-21 14:46:30 +08:00
parent 43e32775a3
commit 4cc72328a7
5 changed files with 68 additions and 77 deletions

View File

@@ -34,5 +34,5 @@ class SettingStore extends PersistentStore {
StoreProperty<int> get themeMode => property('themeMode', defaultValue: 0);
/// Font file path
StoreProperty<String> get fontPath => property('fontPath2');
StoreProperty<String> get fontPath => property('fontPath');
}