diff --git a/Modules/Clock.qml b/Modules/Clock.qml index 88cca11..f96fe16 100644 --- a/Modules/Clock.qml +++ b/Modules/Clock.qml @@ -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 { diff --git a/Modules/SysTray/Widgets/AudioWidget.qml b/Modules/SysTray/Widgets/AudioWidget.qml index db32743..6f6661b 100644 --- a/Modules/SysTray/Widgets/AudioWidget.qml +++ b/Modules/SysTray/Widgets/AudioWidget.qml @@ -29,10 +29,4 @@ MaterialIcon { Anim { } } - - StateLayer { - onClicked: { - Config.bar.border = (Config.bar.border === 4 ? 8 : 4); - } - } }