mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Ensure correct index is set on hidden tab widget
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
bfaba671f3
commit
f2547140c4
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent)
|
|||
}
|
||||
#else
|
||||
disguiseTabWidget();
|
||||
_ui->tabWidget->setCurrentIndex(0);
|
||||
#endif
|
||||
|
||||
const auto mouseCursorChanger = new MouseCursorChanger(this);
|
||||
|
|
Loading…
Reference in a new issue