Browse Source

Use square for stoppec status

Alois Mahdal 10 years ago
parent
commit
9b6f160a3b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py View File

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
         }