Skip to content

Commit

Permalink
forgor this
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 3, 2023
1 parent 9254d40 commit 80386ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Models/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ public class He.Application : Gtk.Application {
desktop.notify["accent-color"].connect (() => {
update_accent_color();
});

desktop.notify["dark-mode-strength"].connect (() => {
update_accent_color();
});

this.notify["default-accent-color"].connect(() => {
update_accent_color();
Expand Down

0 comments on commit 80386ca

Please sign in to comment.