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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user