still broken but getting there

This commit is contained in:
kossLAN 2025-08-05 12:12:32 -04:00
parent 189144099b
commit 446d83ce2c
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
20 changed files with 143 additions and 1219 deletions

View file

@ -1,5 +1,5 @@
import QtQuick
import ".."
import qs
MouseArea {
id: root
@ -7,7 +7,7 @@ MouseArea {
property real radius: width / 2
property bool checked: false
property var activeColor: ShellSettings.colors["primary"]
property var activeColor: ShellSettings.colors.active_translucent
property var inactiveColor: "transparent"
Rectangle {