diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2024-08-29 12:57:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 12:57:49 -0700 |
commit | 11afd7f86afd19fde8b577f57736d6d27542484e (patch) | |
tree | 563f78cf13dc296835102e34fbf5cea0be368e3f /indra/newview/skins | |
parent | f15228023f3a1094f69891a5f431cff3d895515a (diff) |
Add error handling for intel crashes from GLTF Scene shader (#2456)
fix secondlife/viewer#1856
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e539388735..5ce73b2cfa 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12572,4 +12572,15 @@ are wearing now. yestext="OK"/> </notification> + <notification + icon="alertmodal.tga" + name="NoSupportGLTFShader" + type="notify"> + GLTF scenes are not yet supported on your graphics hardware. + <tag>fail</tag> + <usetemplate + name="okbutton" + yestext="OK"/> + </notification> + </notifications> |