[vlc-commits] [Git][videolan/vlc][master] macosx: fix swipe action colors for favorites actions
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu May 7 07:08:20 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
96913058 by Serhii Bykov at 2026-05-07T06:35:53+00:00
macosx: fix swipe action colors for favorites actions
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryTableViewDelegate.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryTableViewDelegate.m
=====================================
@@ -114,7 +114,7 @@
[libraryItem setFavorite:!isFavorited];
}];
favoriteAction.backgroundColor =
- isFavorited ? NSColor.systemBlueColor : NSColor.systemRedColor;
+ isFavorited ? NSColor.systemRedColor : NSColor.systemBlueColor;
return @[favoriteAction];
}
return @[];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/96913058fe86a7eef877f5cfdc2631b77fb08afb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/96913058fe86a7eef877f5cfdc2631b77fb08afb
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list