fix: expose shared tray label updater on Windows; keep non-win tray bits guarded

This commit is contained in:
2026-03-12 19:34:17 -06:00
parent 44431d2c10
commit 4cebe2ac8b

View File

@@ -1134,6 +1134,7 @@ tray_menu_clear (GtkWidget *menu)
g_list_free (children);
tray_toggle_item = NULL;
}
#endif
static void
tray_update_toggle_item_label (void)
@@ -1163,8 +1164,6 @@ tray_menu_show_cb (GtkWidget *menu, gpointer userdata)
}
#endif
#endif
static gboolean
tray_window_state_cb (GtkWidget *widget, GdkEventWindowState *event, gpointer userdata)
{