mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
small formatting fix
This commit is contained in:
parent
c29b6b5e57
commit
9b82f856e1
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ public class CommandService : IDisposable
|
||||||
_config.Ephemeral.Save();
|
_config.Ephemeral.Save();
|
||||||
return;
|
return;
|
||||||
default:
|
default:
|
||||||
_chat.Print("Use without argument to toggle the main w" +
|
_chat.Print("Use without argument to toggle the main window.");
|
||||||
"indow.");
|
|
||||||
_chat.Print(new SeStringBuilder().AddText("Use ").AddPurple("/glamour").AddText(" instead of ").AddRed("/glamourer").AddText(" for application commands.").BuiltString);
|
_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("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);
|
_chat.Print(new SeStringBuilder().AddCommand("lock", "Toggles the lock of the main window on or off.").BuiltString);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue