mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
String cleanup.
This commit is contained in:
parent
bb27c08424
commit
66686c786d
@ -1263,7 +1263,7 @@ class Controller(object):
|
||||
output.speak(_(u"Session mute on"), True)
|
||||
elif buffer.session.settings["sound"]["session_mute"] == True:
|
||||
buffer.session.settings["sound"]["session_mute"] = False
|
||||
output.speak(_(u"Global mute off"), True)
|
||||
output.speak(_(u"Session mute off"), True)
|
||||
|
||||
def toggle_buffer_mute(self, *args, **kwargs):
|
||||
buffer = self.get_current_buffer()
|
||||
|
Loading…
Reference in New Issue
Block a user