1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Add system resource dropdown

This commit is contained in:
bbedward
2025-07-13 15:36:41 -04:00
parent a9b5e0b09d
commit a1b6c9e791
13 changed files with 965 additions and 15 deletions

View File

@@ -304,6 +304,7 @@ ShellRoot {
bluetoothEnabled: root.bluetoothEnabled
shellRoot: root
notificationCount: notificationHistory.count
processDropdown: processListDropdown
// Connect tray menu properties
showTrayMenu: root.showTrayMenu
@@ -340,6 +341,10 @@ ShellRoot {
PowerMenuPopup {}
PowerConfirmDialog {}
ProcessListDropdown {
id: processListDropdown
}
SettingsPopup {
id: settingsPopup
settingsVisible: root.settingsVisible