mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-28 16:20:18 +00:00
Fix GTK default text/bg reset staging
This commit is contained in:
@@ -2197,8 +2197,8 @@ setup_ok_cb (GtkWidget *but, GtkWidget *win)
|
||||
char buffer[192];
|
||||
|
||||
memcpy (&old_prefs, &prefs, sizeof (prefs));
|
||||
theme_preferences_stage_apply ();
|
||||
setup_apply (&setup_prefs);
|
||||
theme_preferences_stage_apply ();
|
||||
save_result = preferences_persistence_save_all ();
|
||||
if (save_result.success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user