mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
References to companion9x were still present
This commit is contained in:
parent
8f1ae2e529
commit
0d394ca7c6
14 changed files with 56 additions and 56 deletions
|
@ -2090,7 +2090,7 @@ void MainWindow::readSettings()
|
|||
{
|
||||
QSettings settings("companion", "companion");
|
||||
restoreState(settings.value("mainWindowState").toByteArray());
|
||||
checkCompanion9x = settings.value("startup_check_companion9x", true).toBool();
|
||||
checkCompanion9x = settings.value("startup_check_companion", true).toBool();
|
||||
checkFW = settings.value("startup_check_fw", true).toBool();
|
||||
MaxRecentFiles =settings.value("history_size",10).toInt();
|
||||
ActiveProfile=settings.value("activeprofile",0).toInt();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue