Skip to content

Commit

Permalink
Fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Mar 20, 2024
1 parent 95c75c8 commit ba364a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Widgets/Settings.vala
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ namespace Granite {

return;
} catch (Error e) {
critical (e.message);
debug (e.message);
}

// Set a default in case we can't get from system
accent_color = "#f37329";
accent_color = "#3689e6";
}

private void update_color (GLib.Variant color) {
Expand Down

0 comments on commit ba364a8

Please sign in to comment.