add support for keyboard shortcut "Alt-m" to enable Mute Myself

This commit is contained in:
Volker Fischer 2020-07-24 14:06:29 +02:00
parent 9c5a77940f
commit ec378919d6

View File

@ -320,7 +320,7 @@
<item> <item>
<widget class="QCheckBox" name="chbLocalMute"> <widget class="QCheckBox" name="chbLocalMute">
<property name="text"> <property name="text">
<string>Mute Myself</string> <string>&amp;Mute Myself</string>
</property> </property>
</widget> </widget>
</item> </item>