More small fixes for Github.qml/About.qml

This commit is contained in:
Ly-sec 2025-08-14 15:42:34 +02:00
parent f8ec879270
commit bad205f5f6
2 changed files with 13 additions and 7 deletions

View file

@ -11,7 +11,7 @@ ColumnLayout {
id: root
property string latestVersion: GitHub.latestVersion
property string currentVersion: "v2.0.0" // Fallback version
property string currentVersion: "Unknown" // Fallback version
property var contributors: GitHub.contributors
spacing: 0