Commit 55f6ac26 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: disable extensions submenu when they are no items to display

(cherry picked from commit 23247a858d2826594ba37343b59a19fc16fecd33)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 0c290c65
......@@ -577,6 +577,7 @@ static VLCMainMenu *_o_sharedInstance = nil;
/* Let the ExtensionsManager itself build the menu */
[o_extMgr buildMenu:o_mu_extensions];
[o_mi_extensions setEnabled: ( [o_mu_extensions numberOfItems] > 0 )];
}
#pragma mark -
......
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