2 Commits

Author SHA1 Message Date
deepend-tildeclub
b7f8327209 Merge pull request #341 from ZoiteChat/theme_manager_get_channel_tree_palette_behavior
Use owned channel tree font for palette behavior
2026-07-09 10:57:13 -06:00
27c82d8411 Use owned channel tree font for palette behavior 2026-07-09 10:38:52 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ chanview_apply_theme (chanview *cv)
chanview_set_font_desc (cv, font); chanview_set_font_desc (cv, font);
theme_manager_apply_channel_tree_style (w, theme_manager_apply_channel_tree_style (w,
theme_manager_get_channel_tree_palette_behavior (font)); theme_manager_get_channel_tree_palette_behavior (cv->font_desc));
} }
static void static void

View File

@@ -71,7 +71,7 @@ typedef enum
WS_HIDDEN WS_HIDDEN
} WinStatus; } WinStatus;
#if !defined(WIN32) && (defined(HAVE_AYATANA_APPINDICATOR) || defined(HAVE_APPINDICATOR)) && !defined(GDK_WINDOWING_X11) #if !defined(WIN32) && (defined(HAVE_AYATANA_APPINDICATOR) || defined(HAVE_APPINDICATOR))
#define HAVE_APPINDICATOR_BACKEND 1 #define HAVE_APPINDICATOR_BACKEND 1
#else #else
#define HAVE_APPINDICATOR_BACKEND 0 #define HAVE_APPINDICATOR_BACKEND 0