Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jul 29, 2023
1 parent 2b8e0c2 commit 9f35b16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widgets/AppEntry.vala
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public class Notifications.AppEntry : Gtk.ListBoxRow {
}

expander.toggled.connect (() => {
headers = (HashTable<string, bool>)settings.get_value ("headers");

headers[app_info.get_id ()] = expander.active;
settings.set_value ("headers", headers);
});
Expand Down

0 comments on commit 9f35b16

Please sign in to comment.