Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reksotiv committed Oct 26, 2020
1 parent cbe9e5b commit 3ec8dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MainWindow::MainWindow(QWidget *parent)
// firmware version
QString str = QString::number(FIRMWARE_VERSION, 16);
if (str.size() >= 4){
this->setWindowTitle(tr("FreeJoy Configurator") + " v" + str[0] + "." + str[1] + "." + str[2]);// + "b" + str[3]);
this->setWindowTitle(tr("FreeJoy Configurator") + " v" + str[0] + "." + str[1] + "." + str[2] + " ("+gEnv.pAppVersion+")");// + "b" + str[3]);
}

// load application config
Expand Down

0 comments on commit 3ec8dae

Please sign in to comment.