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