diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2017-09-02 09:36:13 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2017-09-27 11:34:53 -0700 |
commit | ab37bb9bb3d5b3e62d18a80bc07c3e6cfce41b23 (patch) | |
tree | 3ad638422e67edc0c26d31c2fd92934f0e83cf41 /addons/skin.estuary/xml/DialogVolumeBar.xml | |
parent | 7b51786ff3a48514d9ed4bdf5532c66ad52e12ba (diff) |
Add Volume setting to Game OSD
Diffstat (limited to 'addons/skin.estuary/xml/DialogVolumeBar.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogVolumeBar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogVolumeBar.xml b/addons/skin.estuary/xml/DialogVolumeBar.xml index f605285c90..2ac0aa6e0b 100644 --- a/addons/skin.estuary/xml/DialogVolumeBar.xml +++ b/addons/skin.estuary/xml/DialogVolumeBar.xml @@ -3,7 +3,7 @@ <zorder>4</zorder> <controls> <control type="group"> - <visible>!Window.IsActive(startup)</visible> + <visible>!Window.IsActive(startup) + !Window.IsActive(GameVolume)</visible> <centerleft>50%</centerleft> <width>112</width> <top>0</top> |