Commit 6e78f7b4 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: the window should not be always the main window

With this patch, the window has the proper inactive state when another window is in foreground

Close #6016
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent cf461cc0
......@@ -789,12 +789,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
return [super validateMenuItem:menuItem];
}
- (BOOL)isMainWindow
{
return YES;
}
- (void)setTitle:(NSString *)title
{
if (b_dark_interface)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment