mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(settings): turn System Monitor into System with Performance subtab
This commit is contained in:
@@ -530,6 +530,12 @@ Singleton {
|
||||
property string externalMonitor: "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor"
|
||||
}
|
||||
|
||||
// performance
|
||||
property JsonObject noctaliaPerformance: JsonObject {
|
||||
property bool disableWallpaper: true
|
||||
property bool disableDesktopWidgets: true
|
||||
}
|
||||
|
||||
// dock
|
||||
property JsonObject dock: JsonObject {
|
||||
property bool enabled: true
|
||||
|
||||
Reference in New Issue
Block a user