Updated the tray menu callback compilation guard so the GtkStatusIcon popup handler is built for non-AppIndicator backends, fixing the missing symbol during linking.

This commit is contained in:
2026-02-05 15:24:17 -07:00
parent 8ad1394f1a
commit 930e91834f

View File

@@ -1112,7 +1112,7 @@ tray_menu_show_cb (GtkWidget *menu, gpointer userdata)
}
#endif
#if !HAVE_GTK3 || defined(WIN32)
#if !HAVE_APPINDICATOR_BACKEND
static void
tray_menu_cb (GtkWidget *widget, guint button, guint time, gpointer userdata)
{