Release v2.6.0
SettingsPanel: added keyboard navigation BluetoothPanel: UI enhancements WiFiPanel: UI enhancements NotificationPanel: UI enhancements ColorPicker: UI enhancements Toast: handle switching between toasts much better Notification: add DND option Notification: add actions LauncherTab: add app2unit toggle Spacer: added spacer widget with configurable width ActiveWindow: fix hyprland icon display PowerPanel: add keybind controls NetworkService: make it way more reliable More QoL fixes & changes
This commit is contained in:
parent
4131e6503b
commit
0e53ce3ac0
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ Singleton {
|
|||
id: root
|
||||
|
||||
// Public properties
|
||||
property string baseVersion: "2.5.1"
|
||||
property bool isDevelopment: true
|
||||
property string baseVersion: "2.6.0"
|
||||
property bool isDevelopment: false
|
||||
|
||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue