mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-26 12:18:32 +00:00
[#2838] [Console] Fix formatting on 'Moving' color
This commit is contained in:
parent
79c59a2b1e
commit
2f8b4732b4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ state_color = {
|
|||
"Checking": "{!green,black!}",
|
||||
"Queued": "{!yellow,black!}",
|
||||
"Error": "{!red,black,bold!}",
|
||||
"Moving": "{!green,black,bold}"
|
||||
"Moving": "{!green,black,bold!}"
|
||||
}
|
||||
|
||||
type_color = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue