Skip to content

Commit

Permalink
Add signal disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Aug 26, 2023
1 parent c84e426 commit abe4123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppRow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ public class Sound.AppRow : Gtk.ListBoxRow {

public void unbind_app () {
app.notify["volume"].disconnect (update);
app.notify["muted"].disconnect (update);
}
}

0 comments on commit abe4123

Please sign in to comment.