mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Ensure companion settings open on profile tab again
This commit is contained in:
parent
f1222b6c24
commit
c951c7a222
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ AppPreferencesDialog::AppPreferencesDialog(QWidget * parent) :
|
|||
{
|
||||
ui->setupUi(this);
|
||||
setWindowIcon(CompanionIcon("apppreferences.png"));
|
||||
ui->tabWidget->setCurrentIndex(0);
|
||||
|
||||
initSettings();
|
||||
connect(ui->boardCB, SIGNAL(currentIndexChanged(int)), this, SLOT(onBaseFirmwareChanged()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue