[vlc-commits] [Git][videolan/vlc][master] macosx: Don't show 'Folder' label on media source collection view items in the 'Browse' view
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sat Feb 4 16:03:24 UTC 2023
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 <developer at claudiocambra.com>
- - - - -
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
More information about the vlc-commits
mailing list