1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Initial commit for nightMode automation

This commit is contained in:
purian23
2025-08-28 17:18:59 -04:00
parent 6f11891b1c
commit 48a78c39e2
7 changed files with 1035 additions and 338 deletions

View File

@@ -762,9 +762,9 @@ DankPopout {
implicitHeight: {
let height = Theme.spacingL
if (BrightnessService.brightnessAvailable) {
if (DisplayService.brightnessAvailable) {
height += 80
if (BrightnessService.devices.length > 1) {
if (DisplayService.devices.length > 1) {
height += 40
}
}