diff --git a/webview/webview_dialog.cpp b/webview/webview_dialog.cpp index 217b534..a842e96 100644 --- a/webview/webview_dialog.cpp +++ b/webview/webview_dialog.cpp @@ -66,7 +66,9 @@ PopupResult ShowBlockingPopup(PopupArgs &&args) { auto running = true; auto widget = base::unique_qptr(); InvokeQueued(&context, [&] { - widget = base::make_unique_q(args.parent); + widget = base::make_unique_q(Ui::SeparatePanelArgs{ + .parent = args.parent, + }); const auto raw = widget.get(); const auto titleHeight = args.title.isEmpty()