Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
4bfee9ec by joseanemsilva at 2026-06-03T17:31:34+00:00
Disable Media Information menu when no media is being played

- - - - -


1 changed file:

- modules/gui/macosx/menus/VLCMainMenu.m


Changes:

=====================================
modules/gui/macosx/menus/VLCMainMenu.m
=====================================
@@ -701,8 +701,6 @@ typedef NS_ENUM(NSInteger, VLCObjectType) {
     if (_playerController.currentMedia != nil) {
         [self rebuildAoutMenu];
         [self rebuildVoutMenu];
-    } else {
-        self.windowMenu.autoenablesItems = NO;
     }
 }
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/4bfee9ecd6c9af7e3e8bae272343d3ff1cfcf920

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/4bfee9ecd6c9af7e3e8bae272343d3ff1cfcf920
You're receiving this email because of your account on code.videolan.org. 
Manage all notifications: https://code.videolan.org/-/profile/notifications | 
Help: https://code.videolan.org/help


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to