mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 17:34:14 +02:00
[appimage] improvement -> manual file installation default search path set to '~/Downloads'
This commit is contained in:
@@ -840,6 +840,8 @@ class FormQt(QGroupBox):
|
||||
|
||||
if c.file_path and os.path.isfile(c.file_path):
|
||||
cur_path = c.file_path
|
||||
elif c.search_path and os.path.exists(c.search_path):
|
||||
cur_path = c.search_path
|
||||
else:
|
||||
cur_path = str(Path.home())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user