mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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)
|
none, socks4, socks5, socks5_pw, http, http_pw = range(6)
|
||||||
|
|
||||||
class FileManager:
|
class FileManager:
|
||||||
xdg, explorer, konqueror, nautilus, thunar = range(5)
|
xdg, konqueror, nautilus, thunar, explorer = range(5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue