Skip to content

Commit

Permalink
properly implement fix 'do not show -release on a release' - it is no…
Browse files Browse the repository at this point in the history
…t something important to the average user
  • Loading branch information
Consti10 committed May 22, 2024
1 parent 25e9902 commit 5f67222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/qopenhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class QOpenHD : public QObject
// Tries to mimic android toast as much as possible
//
Q_INVOKABLE void show_toast(QString message,bool long_toast=false);
L_RO_PROP(QString,version_string,set_version_string,"2.5.4-evo");
L_RO_PROP(QString,version_string,set_version_string,"2.6.0-evo");
//
// Shows a message popup to the user that needs to be clicked away - use sparingly
//
Expand Down

0 comments on commit 5f67222

Please sign in to comment.