mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
LockScreen: make compact version buttons not overflow & edit clock
CalendarPanel: edit clock Autoformat
This commit is contained in:
+4
-2
@@ -139,6 +139,7 @@ Variants {
|
||||
})()
|
||||
|
||||
Component.onCompleted: {
|
||||
|
||||
}
|
||||
|
||||
Connections {
|
||||
@@ -151,6 +152,7 @@ Variants {
|
||||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
|
||||
}
|
||||
|
||||
// Anchor selection based on location (window edges)
|
||||
@@ -548,12 +550,12 @@ Variants {
|
||||
|
||||
function onBrightnessChanged(newBrightness) {
|
||||
root.lastUpdatedBrightness = newBrightness
|
||||
|
||||
|
||||
if (!brightnessInitialized) {
|
||||
brightnessInitialized = true
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
showOSD("brightness")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user