Always start in the first tab

This commit is contained in:
Ximi1970
2021-10-04 20:01:47 +02:00
parent 311201b597
commit c3bae7ca3b

View File

@@ -30,6 +30,11 @@ PreferencesDialog::PreferencesDialog( SysTrayXLink *link, Preferences *pref, QWi
m_link = link;
m_pref = pref;
/*
* Always start with the first tab
*/
m_ui->tabWidget->setCurrentIndex(0);
/*
* Set close type button Ids
*/