GitHub removed some unecessary code

This commit is contained in:
quadbyte 2025-08-12 14:29:58 -04:00
parent e3ff4e5bcf
commit b68d5c9f4c
3 changed files with 2 additions and 14 deletions

View file

@ -14,11 +14,6 @@ ColumnLayout {
property string currentVersion: "v1.2.1" // Fallback version
property var contributors: GitHub.contributors
Component.onCompleted: {
// Initialize the GitHub service
GitHub.init()
}
spacing: 0
Layout.fillWidth: true
Layout.fillHeight: true