wallpaper cropper slider inset icon, fixed disabled splitbutton state
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 28s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m8s

This commit is contained in:
2026-06-08 10:03:26 +02:00
parent 628c4b32a5
commit fe91a65324
11 changed files with 47 additions and 38 deletions
+21 -4
View File
@@ -243,7 +243,7 @@ SettingsPage {
// id: timeInput
//
// readonly property bool highlighted: SettingsHighlight.highlightedSetting === name
// property string name
// property string name: "Schedule dark mode"
// property var object
// property list<string> settings
// property bool shouldBeActive: true
@@ -371,7 +371,20 @@ SettingsPage {
// CustomRect {
// Layout.preferredHeight: 72
// Layout.preferredWidth: 96
// color: startHourField.focus ? DynamicColors.palette.m3primaryContainer : DynamicColors.palette.m3surfaceContainer
// color: startHourField.focus ? DynamicColors.palette.m3primaryContainer : DynamicColors.palette.m3surfaceContainerHighest
// radius: Appearance.rounding.small
//
// CustomRect {
// anchors.fill: parent
// border.color: startHourField.focus ? DynamicColors.palette.m3onPrimaryContainer : DynamicColors.palette.m3surfaceContainerHighest
// border.width: startHourField.focus ? 2 : 0
// radius: parent.radius - border.width
//
// Behavior on border.width {
// Anim {
// }
// }
// }
//
// CustomTextField {
// id: startHourField
@@ -384,9 +397,13 @@ SettingsPage {
// return timeValue % 60;
// }
//
// anchors.fill: parent
// anchors.centerIn: parent
// font.family: "Roboto"
// font.pixelSize: 57
// font.letterSpacing: -0.25
// font.pixelSize: 50
// font.weight: 400
// implicitHeight: contentHeight
// implicitWidth: parent.width
// text: convertHour(Config.general.color.scheduleDarkStart)
// }
// }
@@ -70,7 +70,7 @@ CustomClippingRect {
StateLayer {
color: DynamicColors.palette.m3onPrimary
disabled: Updates.updating
enabled: !Updates.updating
onClicked: Updates.performSystemUpdate()
}