Make /pal config an alias for /pal

rendering
Liza 2022-11-30 16:39:50 +01:00
parent 0d8a39a2b2
commit b69a53ef3d
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ namespace Pal.Client
#endif
case "":
case "config":
Service.WindowSystem.GetWindow<ConfigWindow>()?.Toggle();
break;