更新 'src/GUI/LauncherMainWindow.cxx'

This commit is contained in:
zhongjin 2022-10-21 23:03:36 +08:00
parent 24f033215a
commit 43f6bf199e

View File

@ -38,7 +38,8 @@
LauncherMainWindow::LauncherMainWindow(bool inSimMode) : QQuickView()
{
setTitle("FlightGear " FLIGHTGEAR_VERSION);
// setTitle("FlightGear " FLIGHTGEAR_VERSION);
setTitle("jingweiHT 2022.4");
m_controller = new LauncherController(this, this);