💄
This commit is contained in:
parent
274c9d04b1
commit
fde4c544b8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue