Fix tray icon toggle mute signal origin
This commit is contained in:
parent
590f803cd9
commit
a9145628a8
@ -529,7 +529,7 @@ fn on_tray_button_release_event(appstate: &Rc<AppS>,
|
|||||||
match middle_click_action {
|
match middle_click_action {
|
||||||
&MiddleClickAction::ToggleMute => {
|
&MiddleClickAction::ToggleMute => {
|
||||||
if audio.has_mute() {
|
if audio.has_mute() {
|
||||||
try_wr!(audio.toggle_mute(AudioUser::Popup), false);
|
try_wr!(audio.toggle_mute(AudioUser::TrayIcon), false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO
|
// TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user