Skip to content

Commit

Permalink
Fix rogue debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Aug 24, 2021
1 parent 1889756 commit 35b0587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/screens/homescreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Item {

text: {
const currentVersion = app.version;
const currentCommit = "deadbaba";//app.commit;
const currentCommit = app.commit;

const msg = "%1 %2 %3".arg(app.name).arg(qsTr("Version")).arg(currentVersion);

Expand Down

0 comments on commit 35b0587

Please sign in to comment.