mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fix #444
Update default INITIAL_FOLDER_IN_DIALOGS to use '/' as it is most likely available on most unsuppored platforms.
This commit is contained in:
@@ -23,4 +23,5 @@ elif ISOSX:
|
||||
elif ISLINUX:
|
||||
INITIAL_FOLDER_IN_DIALOGS = '/'
|
||||
else:
|
||||
pass # unsupported platform
|
||||
# unsupported platform, however '/' is a good guess for a path which is available
|
||||
INITIAL_FOLDER_IN_DIALOGS = '/'
|
||||
|
||||
Reference in New Issue
Block a user