mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-10 08:50:18 +00:00
fix: surface zoitechat.conf/colors.conf save failures; add missing theme prefs fwd decl
This commit is contained in:
@@ -57,9 +57,10 @@ theme_runtime_load (void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
gboolean
|
||||
theme_runtime_save (void)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -112,8 +112,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)
|
||||
|
||||
@@ -122,8 +122,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)
|
||||
|
||||
@@ -66,9 +66,10 @@ theme_manager_reset_mode_colors (unsigned int mode, gboolean *palette_changed)
|
||||
*palette_changed = FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
gboolean
|
||||
theme_manager_save_preferences (void)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
ThemePaletteBehavior
|
||||
|
||||
Reference in New Issue
Block a user