From 373decd07e3a14652d97ca0b85da3d9f472dd8ce Mon Sep 17 00:00:00 2001 From: Shubham Date: Wed, 7 Jun 2017 19:01:06 -0400 Subject: [PATCH] :art: --- atom/browser/native_window_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/native_window_mac.mm b/atom/browser/native_window_mac.mm index 0845cf8eba..87fa53f561 100644 --- a/atom/browser/native_window_mac.mm +++ b/atom/browser/native_window_mac.mm @@ -207,7 +207,7 @@ bool ScopedDisableResize::disable_resize_ = false; - (void)windowWillMiniaturize:(NSNotification*)notification { NSWindow* window = shell_->GetNativeWindow(); - // store the current level to be restored in windowDidDeminiaturize + // store the current status window level to be restored in windowDidDeminiaturize level_ = NSStatusWindowLevel; [window setLevel:NSNormalWindowLevel]; }