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
|
|
@ -11,10 +11,8 @@ RowLayout {
|
|||
property string description: ""
|
||||
property bool checked: false
|
||||
property bool hovering: false
|
||||
// Active state colors (allow override per-usage)
|
||||
property color activeColor: Color.mPrimary
|
||||
property color activeOnColor: Color.mOnPrimary
|
||||
// Smaller default footprint than NToggle
|
||||
property int baseSize: Math.max(Style.baseWidgetSize * 0.8, 14)
|
||||
|
||||
signal toggled(bool checked)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue