mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-05 22:09:03 +01:00
Always start in the first tab
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user