mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Make version more obvious
This commit is contained in:
parent
aa2542f9c0
commit
9a12963da9
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ void MainWindow::updateMenus()
|
|||
updateLanguageActions();
|
||||
updateIconSizeActions();
|
||||
updateIconThemeActions();
|
||||
setWindowTitle(tr("OpenTX Companion - FW: %1 - Profile: %2").arg(GetCurrentFirmware()->getName()).arg( g.profile[g.id()].name() ));
|
||||
setWindowTitle(tr("OpenTX Companion 2.1 - FW: %1 - Profile: %2").arg(GetCurrentFirmware()->getName()).arg( g.profile[g.id()].name() ));
|
||||
}
|
||||
|
||||
MdiChild *MainWindow::createMdiChild()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue