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:
@@ -92,6 +92,7 @@ PanelWindow {
|
|||||||
if (colorStr.length >= 7 && colorStr.startsWith('#')) {
|
if (colorStr.length >= 7 && colorStr.startsWith('#')) {
|
||||||
root.currentColor = colorStr
|
root.currentColor = colorStr
|
||||||
root.updateFromColor(root.currentColor)
|
root.updateFromColor(root.currentColor)
|
||||||
|
hexInput.text = root.currentColor.toString()
|
||||||
copyColorToClipboard(colorStr)
|
copyColorToClipboard(colorStr)
|
||||||
root.open()
|
root.open()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user