From 9b82f856e1de984e62911b9095bb2b09cbaaa64b Mon Sep 17 00:00:00 2001 From: X3llus <17010070+X3llus@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:04:47 -0500 Subject: [PATCH] small formatting fix --- Glamourer/Services/CommandService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Glamourer/Services/CommandService.cs b/Glamourer/Services/CommandService.cs index fc402f7..9ff230f 100644 --- a/Glamourer/Services/CommandService.cs +++ b/Glamourer/Services/CommandService.cs @@ -84,8 +84,7 @@ public class CommandService : IDisposable _config.Ephemeral.Save(); return; default: - _chat.Print("Use without argument to toggle the main w" + - "indow."); + _chat.Print("Use without argument to toggle the main window."); _chat.Print(new SeStringBuilder().AddText("Use ").AddPurple("/glamour").AddText(" instead of ").AddRed("/glamourer").AddText(" for application commands.").BuiltString); _chat.Print(new SeStringBuilder().AddCommand("qdb", "Toggles the quick design bar on or off.").BuiltString); _chat.Print(new SeStringBuilder().AddCommand("lock", "Toggles the lock of the main window on or off.").BuiltString);