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,7 +31,7 @@ class DropboxStatus(object):
31 31
             starting: "➤",
32 32
             updating: "★",
33 33
             paused: "…",
34
-            stopped: "",
34
+            stopped: "",
35 35
             error: "‼",
36 36
             unknown: "▒",
37 37
         }