mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Release v3.6.2
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ Variants {
|
||||
}
|
||||
|
||||
function onBrightnessChanged(newBrightness) {
|
||||
currentBrightness = newBrightness;
|
||||
root.currentBrightness = newBrightness;
|
||||
showOSD(OSD.Type.Brightness);
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ Singleton {
|
||||
id: root
|
||||
|
||||
// Version properties
|
||||
readonly property string baseVersion: "3.6.1"
|
||||
readonly property bool isDevelopment: true
|
||||
readonly property string baseVersion: "3.6.2"
|
||||
readonly property bool isDevelopment: false
|
||||
readonly property string developmentSuffix: "-git"
|
||||
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user