Added a check to see if wlsunset is enabled, if it isn't you can change

the NightLight settings.
DisplayTab: add wlsunsetCheck process
This commit is contained in:
Ly-sec 2025-08-28 17:06:53 +02:00
parent a845067cf0
commit 39d8d8bcfa
3 changed files with 31 additions and 5 deletions

View file

@ -111,7 +111,7 @@ NPanel {
id: checkbox
label: ""
description: ""
checked: (ArchUpdaterService.selectedPackagesCount, ArchUpdaterService.isPackageSelected(modelData.name))
checked: (ArchUpdaterService.selectedPackagesCountArchUpdaterService.isPackageSelected(modelData.name))
onToggled: ArchUpdaterService.togglePackageSelection(modelData.name)
activeColor: (modelData.source === "aur") ? Color.mSecondary : Color.mPrimary
activeOnColor: (modelData.source === "aur") ? Color.mOnSecondary : Color.mOnPrimary