From fdfd5722c70f3008cc52e8e3daf7f7380e53606d Mon Sep 17 00:00:00 2001 From: CakeAndBanana Date: Sun, 5 Oct 2025 15:52:02 +0200 Subject: [PATCH] Changed admin to developer for pairs --- LightlessSync/UI/Components/DrawUserPair.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/UI/Components/DrawUserPair.cs b/LightlessSync/UI/Components/DrawUserPair.cs index fdd06e8..fa5022e 100644 --- a/LightlessSync/UI/Components/DrawUserPair.cs +++ b/LightlessSync/UI/Components/DrawUserPair.cs @@ -313,7 +313,7 @@ public class DrawUserPair using (ImRaii.PushColor(ImGuiCol.Text, roleColor)) { ImGui.TextUnformatted(_pair.UserData.IsAdmin - ? "Official Lightless Admin" + ? "Official Lightless Developer" : "Official Lightless Moderator"); } ImGui.EndTooltip();