Readded version function.

This commit is contained in:
Niels
2025-06-21 11:33:46 +02:00
parent 2a6f417fb7
commit 171966f50e
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import "helpers"
ApplicationWindow
{
id: allRadio
property string _version: "2.0.22"
property string _version: Qt.application.version
property string _language: Qt.locale().name.slice(0,2)
property string _country: Qt.locale().name.slice(-2)
property int sleepTime: 0