new: cpu view settings

This commit is contained in:
lollipopkit
2024-04-12 23:53:37 +08:00
parent 39cd8ff63e
commit b989953b7a
15 changed files with 150 additions and 19 deletions

View File

@@ -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------