Release v2.5.0
- Launcher: full rework - Notification: display app icon - Hooks: let people create their own commands after wallpaper change & light/dark toggle - NInputAction: create new widget A lot of quality of life changes & fixes
This commit is contained in:
parent
a9affb5ae4
commit
9db6a0d438
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ Singleton {
|
|||
id: root
|
||||
|
||||
// Public properties
|
||||
property string baseVersion: "v2.4.1"
|
||||
property bool isRelease: false
|
||||
property string baseVersion: "v2.5.0"
|
||||
property bool isRelease: true
|
||||
|
||||
property string currentVersion: isRelease ? baseVersion : baseVersion + "-dev"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue