[vlc-commits] [Git][videolan/vlc][master] macosx: clear library filter when leaving Home search
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Tue Jul 7 14:24:15 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
0522e121 by Serhii Bykov at 2026-07-07T16:04:15+02:00
macosx: clear library filter when leaving Home search
- - - - -
1 changed file:
- modules/gui/macosx/library/home-library/VLCLibraryHomeViewController.m
Changes:
=====================================
modules/gui/macosx/library/home-library/VLCLibraryHomeViewController.m
=====================================
@@ -275,6 +275,7 @@
[self.searchViewController clearSearch];
[self.searchViewController dismissFromContainer];
self.isShowingSearchOverlay = NO;
+ [VLCMain.sharedInstance.libraryController filterByString:@""];
[self.libraryWindow updateToolbarDisplayFlags];
// Re-present the home content (or placeholder) in the target view.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0522e121f9e017478a0fc4aba73edfea0a2c6467
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0522e121f9e017478a0fc4aba73edfea0a2c6467
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
More information about the vlc-commits
mailing list