chore: regions now manually set, moved to separate file
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 17s
Python / test (pull_request) Successful in 31s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m8s

This commit is contained in:
2026-06-26 17:23:56 +02:00
parent 0b92cbb3b4
commit ce6e314fde
4 changed files with 415 additions and 34 deletions
+2 -2
View File
@@ -45,13 +45,13 @@ Item {
CustomRect {
anchors.fill: parent
anchors.margins: 3
color: Config.general.color.scheduleDark && root.current ? DynamicColors.palette.m3primary : "transparent"
color: icon.layer.enabled && root.current ? DynamicColors.palette.m3primary : "transparent"
radius: Appearance.rounding.full
StateLayer {
acceptedButtons: Qt.LeftButton | Qt.RightButton
anchors.fill: parent
color: Config.general.color.scheduleDark && root.current ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface
color: icon.layer.enabled && root.current ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface
onClicked: mouse => {
if (mouse.button === Qt.LeftButton) {