opt.: display server func btns' name

This commit is contained in:
lollipopkit
2023-11-01 00:53:11 -06:00
parent 3d47390bf1
commit a363e97dd4
13 changed files with 138 additions and 36 deletions

View File

@@ -220,6 +220,10 @@ class SettingStore extends PersistentStore {
/// Show tip of suspend
late final showSuspendTip = StoreProperty(box, 'showSuspendTip', true);
/// Server func btns display name
late final serverFuncBtnsDisplayName =
StoreProperty(box, 'serverFuncBtnsDisplayName', true);
// Never show these settings for users
//
// ------BEGIN------