mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:53:10 +02:00
Minor formatting change
This commit is contained in:
parent
05b361affc
commit
3f1897d6b2
1 changed files with 2 additions and 6 deletions
|
@ -1961,12 +1961,8 @@ walkInterface = (function() {
|
||||||
case _hideButton:
|
case _hideButton:
|
||||||
case _hideButtonSelected:
|
case _hideButtonSelected:
|
||||||
|
|
||||||
Overlays.editOverlay(_hideButton, {
|
Overlays.editOverlay(_hideButton, {visible: false});
|
||||||
visible: false
|
Overlays.editOverlay(_hideButtonSelected, {visible: true});
|
||||||
});
|
|
||||||
Overlays.editOverlay(_hideButtonSelected, {
|
|
||||||
visible: true
|
|
||||||
});
|
|
||||||
_state.minimised = true;
|
_state.minimised = true;
|
||||||
momentaryButtonTimer = Script.setInterval(function() {
|
momentaryButtonTimer = Script.setInterval(function() {
|
||||||
minimiseDialog(_state.minimised);
|
minimiseDialog(_state.minimised);
|
||||||
|
|
Loading…
Reference in a new issue