summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/notification_visibility.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/minimal/xui/en/notification_visibility.xml')
-rw-r--r--indra/newview/skins/minimal/xui/en/notification_visibility.xml39
1 files changed, 21 insertions, 18 deletions
diff --git a/indra/newview/skins/minimal/xui/en/notification_visibility.xml b/indra/newview/skins/minimal/xui/en/notification_visibility.xml
index ee6a9f0b02..9d4836d328 100644
--- a/indra/newview/skins/minimal/xui/en/notification_visibility.xml
+++ b/indra/newview/skins/minimal/xui/en/notification_visibility.xml
@@ -1,28 +1,31 @@
<?xml version="1.0" ?>
<notification_visibility>
<respond name="UserGiveItem" response="Discard"/>
- <respond name="JoinGroup" response="Decline"/>
+ <respond name="ObjectGiveItem" response="Discard"/>
<respond name="VoiceInviteP2P" response="Decline"/>
<respond name="VoiceInviteAdHoc" response="Decline"/>
- <respond name="ObjectGiveItem" response="Discard"/>
<respond name="VoiceInviteGroup" response="Decline"/>
+
+ <!-- group and voice are disabled features -->
+ <hide tag="group"/>
+ <hide tag="voice"/>
+
+ <!-- no spammy scripts -->
+ <!-- <hide name="ScriptDialog"/> -->
+
+ <!-- hints pertaining to UI we don't show -->
+ <hide name="FirstBalanceIncrease"/>
+ <hide name="FirstInventory"/>
+ <hide name="HintSidePanel"/>
+ <hide name="HintMove"/>
+ <hide name="HintDisplayName"/>
<hide name="HintInventory"/>
<hide name="HintLindenDollar"/>
- <hide name="HintMove"/>
- <hide name="ClothingLoading"/>
- <hide name="LandBuyPass"/>
- <hide tag="voice"/>
- <show name="RegionRestartMinutes"/>
- <show name="RegionRestartSeconds"/>
- <show name="PopupAttempt"/>
- <show tag="confirm"/>
- <show tag="friendship"/>
- <show tag="fail"/>
- <show tag="funds"/>
- <show type="hint"/>
- <show type="notifytoast"/>
- <show name="ModeChange"/>
- <show name="YouHaveBeenLoggedOut"/>
- <hide/>
+
+ <!-- spam from servers, such as "Autopilot cancelled" -->
+ <hide name="SystemMessageTip"/>
+
+ <!-- show everything else -->
+ <show/>
</notification_visibility>