mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Release: v2.3.0
- add NightLight - better positioning of panels below their widgets - quality of life changes/fixes
This commit is contained in:
@@ -20,7 +20,7 @@ Singleton {
|
||||
|
||||
// Computed properties
|
||||
property color overlayColor: enabled ? calculateOverlayColor() : "transparent"
|
||||
property bool isActive: enabled && (autoSchedule ? isWithinSchedule() : true)
|
||||
property bool isActive: enabled && warmth > 0 && (autoSchedule ? isWithinSchedule() : true)
|
||||
|
||||
Component.onCompleted: {
|
||||
Logger.log("NightLight", "Service started")
|
||||
|
||||
Reference in New Issue
Block a user