Fix tray icon toggle mute signal origin

This commit is contained in:
Julian Ospald 2017-07-17 01:43:44 +02:00
parent 590f803cd9
commit a9145628a8
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ fn on_tray_button_release_event(appstate: &Rc<AppS>,
match middle_click_action {
&MiddleClickAction::ToggleMute => {
if audio.has_mute() {
try_wr!(audio.toggle_mute(AudioUser::Popup), false);
try_wr!(audio.toggle_mute(AudioUser::TrayIcon), false);
}
}
// TODO