Merge pull request #815 from lonerOrz/fix/about-version

fix: Fix latestVersion on the about page
This commit is contained in:
Lysec
2025-11-21 16:27:20 +01:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ import qs.Widgets
ColumnLayout {
id: root
property string latestVersion: UpdateService.latestVersion
property string latestVersion: GitHubService.latestVersion
property string currentVersion: UpdateService.currentVersion
property var contributors: GitHubService.contributors