From 7aadbcec10719d28fdee25a4b7ddd0dab9d9eaa4 Mon Sep 17 00:00:00 2001 From: defnotken Date: Tue, 21 Oct 2025 11:22:19 -0500 Subject: [PATCH] Wording changes --- LightlessSync/Changelog/changelog.yaml | 1 + LightlessSync/Changelog/credits.yaml | 12 ++++++------ LightlessSync/UI/EditProfileUi.cs | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/LightlessSync/Changelog/changelog.yaml b/LightlessSync/Changelog/changelog.yaml index db2397d..7055a90 100644 --- a/LightlessSync/Changelog/changelog.yaml +++ b/LightlessSync/Changelog/changelog.yaml @@ -25,6 +25,7 @@ changelog: - "More customizable notification options." - "Perfomance limiter shows as notifications." - "All notifications can be configured or disabled in Settings → Notifications." + - "Cleaning up notifications implementation" - number: "Bugfixes" icon: "" items: diff --git a/LightlessSync/Changelog/credits.yaml b/LightlessSync/Changelog/credits.yaml index b04b1e6..d685978 100644 --- a/LightlessSync/Changelog/credits.yaml +++ b/LightlessSync/Changelog/credits.yaml @@ -51,12 +51,12 @@ credits: role: "Height offset integration" - name: "Honorific Team" role: "Title system integration" - - name: "Moodles Team" - role: "Status effect integration" - - name: "PetNicknames Team" - role: "Pet naming integration" - - name: "Brio Team" - role: "GPose enhancement integration" + - name: "Glyceri" + role: "Moodles - Status effect integration" + - name: "Glyceri" + role: "PetNicknames - Pet naming integration" + - name: "Minmoose" + role: "Brio - GPose enhancement integration" - category: "Special Thanks" items: diff --git a/LightlessSync/UI/EditProfileUi.cs b/LightlessSync/UI/EditProfileUi.cs index 44c314a..3dd8725 100644 --- a/LightlessSync/UI/EditProfileUi.cs +++ b/LightlessSync/UI/EditProfileUi.cs @@ -281,7 +281,7 @@ public class EditProfileUi : WindowMediatorSubscriberBase { _uiSharedService.MediumText("Supporter Vanity Settings", UIColors.Get("LightlessPurple")); ImGui.Dummy(new Vector2(4)); - _uiSharedService.DrawNoteLine("# ", UIColors.Get("LightlessPurple"), "Must be a supporter through Patreon/Ko-fi to access these settings."); + _uiSharedService.DrawNoteLine("# ", UIColors.Get("LightlessPurple"), "Must be a supporter through Patreon/Ko-fi to access these settings. If you have the vanity role, you must interact with the Discord bot first."); var hasVanity = _apiController.HasVanity;