Skip to content

Commit

Permalink
Fix contrast default
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 29, 2024
1 parent 007a14a commit d23302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static GVariant * get_contrast (void)
int hc_option;

if (!g_settings_schema_has_key (bundle->schema, "contrast"))
return g_variant_new_double (0.0); /* No preference */
return g_variant_new_double (1.0); /* No preference */

hc_option = g_settings_get_double (bundle->settings, "contrast");

Expand Down

0 comments on commit d23302e

Please sign in to comment.