Force separate window for Ui::Window.

This commit is contained in:
John Preston 2020-10-05 16:48:39 +03:00
parent 430d96dcd5
commit fe09c42f0c

View file

@ -16,6 +16,7 @@ namespace Platform {
BasicWindowHelper::BasicWindowHelper(not_null<RpWidget*> window)
: _window(window) {
_window->setWindowFlag(Qt::Window);
}
not_null<RpWidget*> BasicWindowHelper::body() {