Commit 216b6ea6 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix behaviour of mute menu items (close #9685)

parent 75946591
......@@ -146,7 +146,7 @@
- (IBAction)mute:(id)sender
{
[[VLCCoreInteraction sharedInstance] setMute: YES];
[[VLCCoreInteraction sharedInstance] toggleMute];
}
- (IBAction)volumeSliderUpdated:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment