mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: cpu view settings
This commit is contained in:
@@ -262,6 +262,11 @@ class SettingStore extends PersistentStore {
|
||||
/// Hide title bar on desktop
|
||||
late final hideTitleBar = property('hideTitleBar', isDesktop);
|
||||
|
||||
/// Display CPU view as progress, also called as old CPU view
|
||||
late final cpuViewAsProgress = property('cpuViewAsProgress', false);
|
||||
|
||||
late final displayCpuIndex = property('displayCpuIndex', true);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user