diff options
author | Rye <rye@lindenlab.com> | 2024-10-29 02:30:52 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-29 02:30:52 -0700 |
commit | 7827f66caefe358f050caf4d1215d5e956192114 (patch) | |
tree | 70a19ad8193851c873330c7189cd4a58c8a5f7d5 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 32d766cb3af0b79a722b838dcebffef29a755cfe (diff) |
Add handling for downrezzing textures when viewer is minimized, fix downrezzing textures when minimized due to texture system not processesing
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 40a8557bb8..509e6e9766 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12598,4 +12598,19 @@ are wearing now. notext="Disable"/> </notification> + <notification + icon="notify.tga" + name="TextureDiscardMinimized" + type="notify"> + <unique> + <context>DELAY</context> + </unique> + To improve system performance, [SECOND_LIFE] has reduced texture memory usage after being minimized for [DELAY] seconds. It may take some time for texture image quality to return to normal. + <usetemplate + ignoretext="Ask me about minimized texture memory usage and recovery" + name="okcancelignore" + yestext="OK" + notext="Disable"/> + </notification> + </notifications> |