move explorer to end of list to not mess up current pref settings
This commit is contained in:
parent
cfe44a3ad9
commit
a91c00c247
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…
Reference in New Issue