print:version format.

This commit is contained in:
2025-10-23 09:46:54 +08:00
parent f4c4185999
commit 42a7d89221
9 changed files with 27 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ frelayGUI::frelayGUI(QWidget* parent) : QDialog(parent), ui(new Ui::frelayGUI)
int height = static_cast<int>(availableGeometry.height() * 0.6);
resize(width, height);
setWindowTitle(QString(tr("frelay %1")).arg(VERSION_NUM));
setWindowTitle(Util::GetVersion());
setWindowFlags(windowFlags() | Qt::WindowMinimizeButtonHint);
// QLabel* permanent = new QLabel(this);