ArchUpdaterPanel: Fix typo
This commit is contained in:
parent
8ebcfa4bc6
commit
6ac172fe02
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ NPanel {
|
||||||
id: checkbox
|
id: checkbox
|
||||||
label: ""
|
label: ""
|
||||||
description: ""
|
description: ""
|
||||||
checked: (ArchUpdaterService.selectedPackagesCountArchUpdaterService.isPackageSelected(modelData.name))
|
checked: ArchUpdaterService.isPackageSelected(modelData.name)
|
||||||
onToggled: ArchUpdaterService.togglePackageSelection(modelData.name)
|
onToggled: ArchUpdaterService.togglePackageSelection(modelData.name)
|
||||||
activeColor: (modelData.source === "aur") ? Color.mSecondary : Color.mPrimary
|
activeColor: (modelData.source === "aur") ? Color.mSecondary : Color.mPrimary
|
||||||
activeOnColor: (modelData.source === "aur") ? Color.mOnSecondary : Color.mOnPrimary
|
activeOnColor: (modelData.source === "aur") ? Color.mOnSecondary : Color.mOnPrimary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue