mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Fixed a small error in the win32 global hotkeys implementation... mute was
not properly wired up.
This commit is contained in:
parent
a43ea0e2ce
commit
f30686333e
@ -88,7 +88,7 @@ LRESULT CALLBACK ShellProc(int code, WPARAM wParam, LPARAM lParam) {
|
||||
|
||||
case 'M':
|
||||
case 'm':
|
||||
playback->Previous();
|
||||
playback->ToggleMute();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user