mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
move explorer to end of list to not mess up current pref settings
This commit is contained in:
parent
cfe44a3ad9
commit
a91c00c247
2 changed files with 462 additions and 462 deletions
File diff suppressed because it is too large
Load diff
|
@ -230,4 +230,4 @@ class ProxyType:
|
|||
none, socks4, socks5, socks5_pw, http, http_pw = range(6)
|
||||
|
||||
class FileManager:
|
||||
xdg, explorer, konqueror, nautilus, thunar = range(5)
|
||||
xdg, konqueror, nautilus, thunar, explorer = range(5)
|
||||
|
|
Loading…
Add table
Reference in a new issue