Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
e5cf27b8 by Claudio Cambra at 2023-02-04T15:49:36+00:00
macosx: Don't show 'Folder' label on media source collection view 
items in the 'Browse' view

Signed-off-by: Claudio Cambra <[email protected]>

- - - - -


1 changed file:

- modules/gui/macosx/library/media-source/VLCMediaSourceCollectionViewItem.m


Changes:

=====================================
modules/gui/macosx/library/media-source/VLCMediaSourceCollectionViewItem.m
=====================================
@@ -157,11 +157,6 @@ NSString *VLCMediaSourceCellIdentifier = 
@"VLCLibraryCellIdentifier";
     });
 
     switch (_representedInputItem.inputType) {
-        case ITEM_TYPE_DIRECTORY:
-            _annotationTextField.stringValue = _NS("Folder");
-            _annotationTextField.hidden = NO;
-            break;
-
         case ITEM_TYPE_STREAM:
             _annotationTextField.stringValue = _NS("Stream");
             _annotationTextField.hidden = NO;



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/e5cf27b8160f335800a0db9dc1fd791e95e02989
You're receiving this email because of your account on code.videolan.org.


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

Reply via email to