More work on mpris controls: buttons now work

This commit is contained in:
Ian Douglas Scott 2021-08-26 11:00:43 -07:00
parent 0ccab6df13
commit 1145729a9e
2 changed files with 93 additions and 26 deletions

View file

@ -55,7 +55,7 @@ impl ObjectImpl for TimeButtonInner {
obj.update_time();
}
fn dispose(&self, obj: &TimeButton) {
fn dispose(&self, _obj: &TimeButton) {
self.menu_button.unparent();
}
}