remove debug statelayer
C++ / fmt (pull_request) Successful in 4s
JS/TS / fmt (pull_request) Successful in 11s
JS/TS / lint (pull_request) Successful in 23s
Python / fmt (pull_request) Successful in 30s
Python / lint (pull_request) Successful in 32s
Python / test (pull_request) Successful in 59s
Python / typecheck (pull_request) Failing after 1m0s
Rust / fmt (pull_request) Successful in 45s
C++ / build (pull_request) Successful in 2m31s
Rust / build (pull_request) Successful in 1m49s
Rust / clippy (pull_request) Successful in 1m17s
Python / buildcheck (pull_request) Successful in 2m25s
C++ / clang-tidy (pull_request) Successful in 3m56s

This commit is contained in:
2026-08-13 21:26:48 +02:00
parent 501e866a68
commit 6ec58cb73a
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ CustomRect {
anchors.centerIn: parent
color: root.visibilities.dashboard ? Colors.palette.m3onPrimary : Colors.palette.m3onSurface
font: Config.appearance.font.family.mono // qmllint disable incompatible-type
font: Config.appearance.font.family.mono
text: Time.dateStr
Behavior on color {
-6
View File
@@ -29,10 +29,4 @@ MaterialIcon {
Anim {
}
}
StateLayer {
onClicked: {
Config.bar.border = (Config.bar.border === 4 ? 8 : 4);
}
}
}