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:
parent
a845067cf0
commit
39d8d8bcfa
3 changed files with 31 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue