1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

feat: Implement Color Picker

This commit is contained in:
purian23
2025-09-13 22:02:48 -04:00
parent 07c1677145
commit ba6c7ae28c
5 changed files with 127 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ ShellRoot {
delegate: TopBar {
modelData: item
notepadVariants: notepadSlideoutVariants
onColorPickerRequested: colorPickerModal.show()
}
}
@@ -258,6 +259,9 @@ ShellRoot {
NotificationModal {
id: notificationModal
}
ColorPickerModal {
id: colorPickerModal
}
LazyLoader {
id: processListModalLoader