mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #4421
ezavod (1): fix(ui): Set `Qt::Window` flag in multi windows mode
This commit is contained in:
commit
86c5bb9414
|
@ -1515,7 +1515,7 @@ ContentLayout* Widget::createContentDialog(DialogType type) const
|
|||
{
|
||||
public:
|
||||
explicit Dialog(DialogType type)
|
||||
: ActivateDialog()
|
||||
: ActivateDialog(nullptr, Qt::Window)
|
||||
, type(type)
|
||||
{
|
||||
restoreGeometry(Settings::getInstance().getDialogSettingsGeometry());
|
||||
|
|
Loading…
Reference in New Issue
Block a user