fix: surface zoitechat.conf/colors.conf save failures; add missing theme prefs fwd decl

This commit is contained in:
2026-03-16 21:55:36 -06:00
parent e90f0188c1
commit 96af9bdde6
15 changed files with 62 additions and 32 deletions

View File

@@ -119,8 +119,9 @@ void theme_runtime_load (void)
{
}
void theme_runtime_save (void)
gboolean theme_runtime_save (void)
{
return TRUE;
}
gboolean theme_runtime_is_dark_active (void)