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