mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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,
|
||||
"Paused": icon_inactive,
|
||||
"Error": icon_alert,
|
||||
"Queued": icon_queued
|
||||
"Queued": icon_queued,
|
||||
"Checking Resume Data": icon_checking
|
||||
}
|
||||
|
||||
def cell_data_statusicon(column, cell, model, row, data):
|
||||
|
|
Loading…
Add table
Reference in a new issue