mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 04:00:19 +00:00
fix: surface zoitechat.conf/colors.conf save failures; add missing theme prefs fwd decl
This commit is contained in:
@@ -3683,7 +3683,8 @@ static void
|
||||
search_set_option (GtkToggleButton *but, guint *pref)
|
||||
{
|
||||
*pref = gtk_toggle_button_get_active(but);
|
||||
save_config();
|
||||
if (!save_config ())
|
||||
fe_message (_("Could not save zoitechat.conf."), FE_MSG_WARN);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user