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:
Edênis Freindorfer Azevedo 2019-07-05 18:01:34 -03:00 committed by Rafael Kitover
parent f09a9aa99a
commit 9bc8f33c40
1 changed files with 7 additions and 7 deletions

View File

@ -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>