Refresh GTK3 theme changes live

This commit is contained in:
2026-03-22 10:39:07 -06:00
parent d26fbb6e89
commit 33fce2af2a
2 changed files with 21 additions and 2 deletions

View File

@@ -102,6 +102,12 @@ theme_manager_save_preferences (void)
return TRUE;
}
void
theme_manager_dispatch_changed (ThemeChangedReason reasons)
{
(void)reasons;
}
ThemePaletteBehavior
theme_manager_get_userlist_palette_behavior (const PangoFontDescription *font_desc)
{