mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 19:01:50 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user