diff options
author | Brad Linden <brad@lindenlab.com> | 2024-10-15 15:20:16 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-10-15 16:08:58 -0700 |
commit | 32d766cb3af0b79a722b838dcebffef29a755cfe (patch) | |
tree | 4cd7df45386a811e17d22533ae06077945be1824 /indra/newview/skins | |
parent | 9241fb80588304f89c035e9811af96172982a8c2 (diff) |
Provide affordances to disable automatic downrezing of textures when SL is in background
secondlife/viewer#2549
Diffstat (limited to 'indra/newview/skins')
-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 5ce73b2cfa..40a8557bb8 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12583,4 +12583,19 @@ are wearing now. yestext="OK"/> </notification> + <notification + icon="notify.tga" + name="TextureDiscardBackgrounded" + type="notify"> + <unique> + <context>DELAY</context> + </unique> + To improve system performance, [SECOND_LIFE] has reduced texture memory usage after being in the background for [DELAY] seconds. It may take some time for texture image quality to return to normal. + <usetemplate + ignoretext="Ask me about background texture memory usage and recovery" + name="okcancelignore" + yestext="OK" + notext="Disable"/> + </notification> + </notifications> |