Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Plassiard committed May 17, 2019
1 parent 2a0e5db commit 16a62e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/soundmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def script_muteApp(self, gesture):
if session == None and self.curAppName is not None:
tones.beep(200, 500)
return
volume.SetMute(not volume.GetMute(), None)
volume.SetMute(not volume.GetMute(), None)



Expand Down

0 comments on commit 16a62e1

Please sign in to comment.