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);
|
SplitterRestorer restorer(ui->mainSplitter);
|
||||||
restorer.restore(Settings::getInstance().getSplitterState(), size());
|
restorer.restore(Settings::getInstance().getSplitterState(), size());
|
||||||
|
|
||||||
onAddClicked();
|
onShowSettings();
|
||||||
} else {
|
} else {
|
||||||
int width = ui->friendList->size().width();
|
int width = ui->friendList->size().width();
|
||||||
QSize size;
|
QSize size;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user