1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Implement user icon theme selection in settings

This commit is contained in:
purian23
2025-07-21 00:34:45 -04:00
parent 79a600cf0d
commit 6f54e592ba
6 changed files with 480 additions and 66 deletions

View File

@@ -5,7 +5,6 @@ import qs.Modules
import qs.Modules.CenterCommandCenter
import qs.Modules.ControlCenter
import qs.Modules.TopBar
import qs.Services
ShellRoot {
id: root
@@ -17,7 +16,6 @@ ShellRoot {
delegate: TopBar {
modelData: item
}
}
// Global popup windows
@@ -69,6 +67,10 @@ ShellRoot {
id: settingsPopup
}
GlobalDropdown {
id: globalDropdownWindow
}
// Application and clipboard components
AppLauncher {
id: appLauncher