浏览代码

Use square for stoppec status

Alois Mahdal 11 年前
父节点
当前提交
9b6f160a3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py 查看文件

31
             starting: "➤",
31
             starting: "➤",
32
             updating: "★",
32
             updating: "★",
33
             paused: "…",
33
             paused: "…",
34
-            stopped: "",
34
+            stopped: "",
35
             error: "‼",
35
             error: "‼",
36
             unknown: "▒",
36
             unknown: "▒",
37
         }
37
         }