mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 12:34:50 +00:00
use deluge16.png for state=all
This commit is contained in:
parent
d65efb3f7a
commit
fa05f1222c
1 changed files with 2 additions and 0 deletions
|
@ -427,6 +427,8 @@ class pixmaps:
|
|||
name = 'inactive'
|
||||
if name == 'error':
|
||||
name = 'alert'
|
||||
if name == 'all':
|
||||
name = 'deluge'
|
||||
name = name + '16.png'
|
||||
|
||||
if not os.path.exists(get_pixmap(name)):
|
||||
|
|
Loading…
Add table
Reference in a new issue