ver: set show three party.

This commit is contained in:
2025-07-06 16:31:51 +08:00
parent 9bc0cde91a
commit 13be630726

View File

@@ -28,7 +28,7 @@ frelayGUI::frelayGUI(QWidget* parent) : QMainWindow(parent), ui(new Ui::frelayGU
int height = static_cast<int>(availableGeometry.height() * 0.6);
resize(width, height);
setWindowTitle(QString(tr("frelay %1.%2.%3.%4")).arg(VERSION_MAJOR).arg(VERSION_MINOR).arg(VERSION_ALTER).arg(VERSION_BUILD));
setWindowTitle(QString(tr("frelay %1.%2.%3")).arg(VERSION_MAJOR).arg(VERSION_MINOR).arg(VERSION_ALTER));
QLabel* permanent = new QLabel(this);
permanent->setFrameStyle(QFrame::Box | QFrame::Sunken);