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

@ -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)