Sfoglia il codice sorgente

fix: 命令「tmux.SetTheme GAME」不是一个合法的 MUD 命令

dzp 1 anno fa
parent
commit
8071cc026b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      plugins/lib/ui/__main__.tin

+ 1 - 2
plugins/lib/ui/__main__.tin

@@ -2,8 +2,7 @@
 
 #if { "@uname{}" == "Windows%*" } {
     load-module lib/ui/windows;
-};
-#else {
+} {
     load-module lib/ui/tmux;
 };