More work on mpris controls: buttons now work
This commit is contained in:
parent
0ccab6df13
commit
1145729a9e
2 changed files with 93 additions and 26 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue