mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
💄
This commit is contained in:
@@ -56,7 +56,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
||||
|
||||
class DialogScope {
|
||||
public:
|
||||
DialogScope(NativeWindow* window)
|
||||
explicit DialogScope(NativeWindow* window)
|
||||
: window_(window) {
|
||||
if (window_ != NULL)
|
||||
window_->set_has_dialog_attached(true);
|
||||
|
||||
Reference in New Issue
Block a user