Disable using volume {+,-} actions in main menu.
The idea of these was to show them available in `Options` > `Key shortcuts` and allow the user to rebind them. We want the users to use the keys rather than trying to change the volume via menu actions.
This commit is contained in:
parent
f09a9aa99a
commit
9bc8f33c40
|
@ -296,7 +296,7 @@
|
|||
<checkable>1</checkable>
|
||||
</object>
|
||||
<object class="wxMenu">
|
||||
<label>_Quick resize</label>
|
||||
<label>_Scaled resize</label>
|
||||
<object class="wxMenuItem" name="SetSize1x">
|
||||
<label>_1x</label>
|
||||
</object>
|
||||
|
@ -357,11 +357,11 @@
|
|||
</object>
|
||||
<object class="wxMenuItem" name="IncreaseVolume">
|
||||
<label>_Increase volume</label>
|
||||
<checkable>0</checkable>
|
||||
<enabled>0</enabled>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="DecreaseVolume">
|
||||
<label>_Decrease volume</label>
|
||||
<checkable>0</checkable>
|
||||
<enabled>0</enabled>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="ToggleSound">
|
||||
<label>_Toggle sound</label>
|
||||
|
|
Loading…
Reference in New Issue