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

fix: Color selection state

This commit is contained in:
purian23
2025-10-05 23:21:00 -04:00
parent 223e783bbc
commit c3dd70bc99

View File

@@ -92,6 +92,7 @@ PanelWindow {
if (colorStr.length >= 7 && colorStr.startsWith('#')) {
root.currentColor = colorStr
root.updateFromColor(root.currentColor)
hexInput.text = root.currentColor.toString()
copyColorToClipboard(colorStr)
root.open()
}