mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #4407
ezavod (1): fix(ui): switch to settings after multiple windows mode
This commit is contained in:
commit
54a269e8c4
|
@ -665,7 +665,7 @@ void Widget::onSeparateWindowChanged(bool separate, bool clicked)
|
|||
SplitterRestorer restorer(ui->mainSplitter);
|
||||
restorer.restore(Settings::getInstance().getSplitterState(), size());
|
||||
|
||||
onAddClicked();
|
||||
onShowSettings();
|
||||
} else {
|
||||
int width = ui->friendList->size().width();
|
||||
QSize size;
|
||||
|
|
Loading…
Reference in New Issue
Block a user