mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Updated GTK3 tab dropdown icon constants to use ZoiteChat’s bundled zc-menu-* icon names (detach/close) instead of theme-dependent names, so Windows builds render the intended menu icons consistently.
Updated GTK3 tray menu icon constants for Preferences/Quit to use bundled zc-menu-* icon names, fixing theme-missing icon issues in Windows menu/dropdown contexts.
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
#endif
|
||||
|
||||
#if HAVE_GTK3
|
||||
#define ICON_TAB_DETACH "edit-redo"
|
||||
#define ICON_TAB_CLOSE "window-close"
|
||||
#define ICON_TAB_DETACH "zc-menu-detach"
|
||||
#define ICON_TAB_CLOSE "zc-menu-close"
|
||||
#define ICON_TAB_PREVIOUS "go-previous"
|
||||
#define ICON_TAB_NEXT "go-next"
|
||||
#define ICON_ENTRY_ERROR "dialog-error"
|
||||
|
||||
Reference in New Issue
Block a user