Commit 23d75555 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't show the playlist on stop in minimized mode (refs #6213)

parent ee647c11
...@@ -598,6 +598,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -598,6 +598,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
{ {
if (b_splitview_removed) if (b_splitview_removed)
{ {
if( !b_nonembedded ||( sender != nil && b_nonembedded))
[self showSplitView]; [self showSplitView];
} }
......
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