[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "macOS: Explicitly set the App icon"

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Sep 21 14:10:20 UTC 2025



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
de6771a5 by David Fuhrmann at 2025-09-21T13:50:52+00:00
Revert "macOS: Explicitly set the App icon"

macOS Tahoe adapts application icons by itself depending on user
style. If we overwrite the icon again, it is replaced with the
default icon, resulting in visual glitch in the whole dock.

This reverts commit 92e03acf1602e2df355a4bb85a9e636b60d59a9c.

- - - - -


1 changed file:

- modules/gui/macosx/VLCMain.m


Changes:

=====================================
modules/gui/macosx/VLCMain.m
=====================================
@@ -272,8 +272,6 @@ static VLCMain *sharedInstance = nil;
 
             if (dayOfYear >= 354)
                 [[VLCApplication sharedApplication] setApplicationIconImage: [NSImage imageNamed:@"VLC-Xmas"]];
-            else
-                [[VLCApplication sharedApplication] setApplicationIconImage: [NSImage imageNamed:@"VLC"]];
         }
     }
 



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

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