updated components #122

Merged
zach merged 64 commits from feat/updated-components into main 2026-06-23 11:33:20 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7df5af332c - Show all commits
+1 -1
View File
@@ -130,7 +130,7 @@ Item {
id: enabledSwitch
Layout.alignment: Qt.AlignRight | Qt.AlignHCenter
checked: Config.general.color.scheduleDark
checked: root.object[root.settings[0]]
onToggled: {
root.object[root.settings[0]] = checked;
+1 -1
View File
@@ -129,7 +129,7 @@ Item {
id: enabledSwitch
Layout.alignment: Qt.AlignRight | Qt.AlignHCenter
checked: Config.general.color.scheduleDark
checked: root.object[root.settings[0]]
onToggled: {
root.object[root.settings[0]] = checked;