mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Show the checking icon for the Checking Resume Data state
This commit is contained in:
parent
724025092a
commit
d42778afa3
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ ICON_STATE = {
|
||||||
"Seeding": icon_seeding,
|
"Seeding": icon_seeding,
|
||||||
"Paused": icon_inactive,
|
"Paused": icon_inactive,
|
||||||
"Error": icon_alert,
|
"Error": icon_alert,
|
||||||
"Queued": icon_queued
|
"Queued": icon_queued,
|
||||||
|
"Checking Resume Data": icon_checking
|
||||||
}
|
}
|
||||||
|
|
||||||
def cell_data_statusicon(column, cell, model, row, data):
|
def cell_data_statusicon(column, cell, model, row, data):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue