diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-11-13 19:02:49 +0200 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-11-13 19:02:49 +0200 |
| commit | bee23b4956b424f99765fb099906d3cb8250ce63 (patch) | |
| tree | 36a5119b47be88ba86aa8ef48ccec4140481de6a /indra | |
| parent | 811105270d2cede0a99efbb501792d35ef61a530 (diff) | |
#4995 change muted/unmuted alerts to non-modal toast
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 3f9a2ba13e..14e9211b9c 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -9193,26 +9193,20 @@ Your voice has been muted by moderator. </notification> <notification - icon="alertmodal.tga" + icon="notifytip.tga" name="NearbyVoiceMutedByModerator" - type="alertmodal"> + type="notifytip"> The moderator has muted your voice chat. People in this location will not hear you if you speak. - <tag>voice</tag> - <usetemplate - name="okbutton" - yestext="OK"/> + <tag>voice</tag> </notification> <notification - icon="alertmodal.tga" + icon="notifytip.tga" name="NearbyVoiceUnmutedByModerator" - type="alertmodal"> + type="notifytip"> Your voice chat can now be heard by people in this location. - <tag>voice</tag> - <usetemplate - name="okbutton" - yestext="OK"/> + <tag>voice</tag> </notification> <notification |
