1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

minor tweaks

This commit is contained in:
bbedward
2025-08-29 14:57:30 -04:00
parent 48643582e9
commit 61a3dc4033
2 changed files with 11 additions and 17 deletions

View File

@@ -614,6 +614,13 @@ Item {
}
}
Rectangle {
width: parent.width
height: 1
color: Theme.outline
opacity: 0.2
}
DankToggle {
id: nightModeToggle
@@ -652,18 +659,11 @@ Item {
}
}
Rectangle {
width: parent.width
height: 1
color: Theme.outline
opacity: 0.2
}
DankToggle {
id: automaticToggle
width: parent.width
text: "Automatic Control"
description: "Let the system automatically turn night mode on and off"
description: "Only adjust gamma based on time or location rules."
checked: SessionData.nightModeAutoEnabled
onToggled: (checked) => {
SessionData.setNightModeAutoEnabled(checked);