[vlc-commits] [Git][videolan/vlc][master] macosx: Fix image for placeholder view in favorites library view

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Sep 7 12:08:04 UTC 2025



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
8e3d17c8 by Claudio Cambra at 2025-09-07T11:37:50+00:00
macosx: Fix image for placeholder view in favorites library view

- - - - -


1 changed file:

- modules/gui/macosx/library/favorites-library/VLCLibraryFavoritesViewController.m


Changes:

=====================================
modules/gui/macosx/library/favorites-library/VLCLibraryFavoritesViewController.m
=====================================
@@ -337,7 +337,7 @@
 
 - (void)presentPlaceholderFavoritesView
 {
-    [self.libraryWindow displayLibraryPlaceholderViewWithImage:[NSImage imageNamed:@"placeholder-favorites"]
+    [self.libraryWindow displayLibraryPlaceholderViewWithImage:[NSImage imageNamed:@"placeholder-video"]
                                               usingConstraints:self.placeholderImageViewSizeConstraints
                                              displayingMessage:_NS("Your favorite items will appear here.\nMark items as favorites to see them in this view.")];
 }



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8e3d17c8977b06f1038767599ecd7c7768e4ccc5
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