Skip to content

Commit

Permalink
Ensure correct index is set on hidden tab widget
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Oct 30, 2023
1 parent c1293e6 commit f65f59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/accountsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent)
}
#else
disguiseTabWidget();
_ui->tabWidget->setCurrentIndex(0);
#endif

const auto mouseCursorChanger = new MouseCursorChanger(this);
Expand Down

0 comments on commit f65f59d

Please sign in to comment.