Cleanup all the console.log
Also renamed Github to GitHub
This commit is contained in:
parent
f62a0e5f83
commit
0d196b2917
11 changed files with 47 additions and 47 deletions
|
|
@ -10,13 +10,13 @@ import qs.Widgets
|
|||
ColumnLayout {
|
||||
id: root
|
||||
|
||||
property string latestVersion: Github.latestVersion
|
||||
property string latestVersion: GitHub.latestVersion
|
||||
property string currentVersion: "v1.2.1" // Fallback version
|
||||
property var contributors: Github.contributors
|
||||
property var contributors: GitHub.contributors
|
||||
|
||||
Component.onCompleted: {
|
||||
// Initialize the Github service
|
||||
Github.init()
|
||||
// Initialize the GitHub service
|
||||
GitHub.init()
|
||||
}
|
||||
|
||||
spacing: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue