change charging color

This commit is contained in:
2026-06-01 17:12:28 +02:00
parent 7eba84c8be
commit 9436acd626
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -115,6 +115,10 @@ Singleton {
Config.save();
}
function swapRG(c: color): color {
return Qt.rgba(c.g, c.r, c.b, c.a);
}
Component.onCompleted: debounceTimer.triggered()
Connections {