diff --git a/indra/newview/skins/default/textures/alchemy/bluesky.png b/indra/newview/skins/default/textures/alchemy/bluesky.png new file mode 100644 index 0000000000000000000000000000000000000000..72803851a23fc0d5d8e4a1c6890f371f7d0aba60 Binary files /dev/null and b/indra/newview/skins/default/textures/alchemy/bluesky.png differ diff --git a/indra/newview/skins/default/textures/alchemy/github.png b/indra/newview/skins/default/textures/alchemy/github.png new file mode 100644 index 0000000000000000000000000000000000000000..b26d52943cfe5ba7fd87f590a03f21d03519f060 Binary files /dev/null and b/indra/newview/skins/default/textures/alchemy/github.png differ diff --git a/indra/newview/skins/default/textures/textures.xml b/indra/newview/skins/default/textures/textures.xml index 36ba00251e5b867d91d520c931839ce20f5b6a75..ec2de431bae5834b7499e475bc302fe50cc515b4 100644 --- a/indra/newview/skins/default/textures/textures.xml +++ b/indra/newview/skins/default/textures/textures.xml @@ -964,6 +964,8 @@ with the same filename but different name <texture name="social_discord" file_name="alchemy/discord_32.png" preload="false" /> <texture name="social_mastodon" file_name="alchemy/mastodon_32.png" preload="false" /> + <texture name="social_bluesky" file_name="alchemy/bluesky.png" preload="false" /> + <texture name="social_github" file_name="alchemy/github.png" preload="false" /> <texture name="Cam_Recall" file_name="icons/Cam_Recall.png"/> <texture name="Cam_Save" file_name="icons/Cam_Save.png"/> diff --git a/indra/newview/skins/default/xui/en/floater_about.xml b/indra/newview/skins/default/xui/en/floater_about.xml index 95f6059f832b66855bb21a03d78e40ae2563a94c..adb1c776e24b8f1917ccc63a6093ed3b342de709 100644 --- a/indra/newview/skins/default/xui/en/floater_about.xml +++ b/indra/newview/skins/default/xui/en/floater_about.xml @@ -38,17 +38,49 @@ name="viewer_logo" top="4" width="128" /> + <icon + interactable="true" + commit_on_click="true" + height="42" + image_name="social_github" + layout="topleft" + left="25" + mouse_opaque="true" + name="github_icon" + tool_tip="[APP_NAME] on Discord" + top="140" + width="41"> + <icon.commit_callback + function="Advanced.ShowURL" + parameter="https://github.com/alchemyviewer" /> + </icon> + <icon + interactable="true" + commit_on_click="true" + height="42" + image_name="social_bluesky" + layout="topleft" + left_pad="10" + mouse_opaque="true" + name="bsky_icon" + tool_tip="[APP_NAME] on Mastodon" + top="140" + width="42"> + <icon.commit_callback + function="Advanced.ShowURL" + parameter="https://bsky.app/profile/alchemyviewer.org" /> + </icon> <icon interactable="true" commit_on_click="true" height="32" image_name="social_discord" layout="topleft" - left="20" + left="25" mouse_opaque="true" name="discord_icon" tool_tip="[APP_NAME] on Discord" - top="140" + top_pad="10" width="42"> <icon.commit_callback function="Advanced.ShowURL" @@ -60,11 +92,11 @@ height="32" image_name="social_mastodon" layout="topleft" - left_pad="20" + left_pad="16" mouse_opaque="true" name="mastodon_icon" tool_tip="[APP_NAME] on Mastodon" - top="140" + top_delta="0" width="30"> <icon.commit_callback function="Advanced.ShowURL"