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:
2026-02-17 20:58:15 -07:00
parent 18632bc5fd
commit a078d00eef

View File

@@ -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"