mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
fix: expose shared tray label updater on Windows; keep non-win tray bits guarded
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user