Skip to content
Snippets Groups Projects
Commit e17eea11 authored by Richard Linden's avatar Richard Linden
Browse files

EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed...

EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed when using orbit pan zoom tools.
better fix that uses tag to isolate all skin specific notifications
parent e7cd5f7e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" ?>
<notification_visibility>
<hide name="HintMoveArrows"/>
<hide name="HintView"/>
<hide tag="custom_skin"/>
<show/>
</notification_visibility>
......@@ -6583,14 +6583,16 @@ Mute everyone?
type="hint"
unique="true">
To walk, use the directional keys on your keyboard. You can run by pressing the Up arrow twice.
<tag>custom_skin</tag>
</notification>
<notification
name="HintView"
label="View"
type="hint"
unique="true">
To change your camera view, use the Orbit and Pan controls. Reset your view by pressing Escape or walking.
<tag>custom_skin</tag>
</notification>
<notification
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment