2.10.0-dev
This commit is contained in:
parent
166da9191e
commit
7acca17b83
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ NIconButton {
|
||||||
|
|
||||||
visible: ScreenRecorderService.isRecording
|
visible: ScreenRecorderService.isRecording
|
||||||
icon: "camera-video"
|
icon: "camera-video"
|
||||||
tooltipText: "Screen recording is active\nClick to stop recording"
|
tooltipText: "Screen recording is active.\nClick to stop recording."
|
||||||
compact: (Settings.data.bar.density === "compact")
|
compact: (Settings.data.bar.density === "compact")
|
||||||
baseSize: Style.capsuleHeight
|
baseSize: Style.capsuleHeight
|
||||||
colorBg: Color.mPrimary
|
colorBg: Color.mPrimary
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Singleton {
|
||||||
|
|
||||||
// Public properties
|
// Public properties
|
||||||
property string baseVersion: "2.10.0"
|
property string baseVersion: "2.10.0"
|
||||||
property bool isDevelopment: false
|
property bool isDevelopment: true
|
||||||
|
|
||||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue