mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Use separate download folder for support.
This commit is contained in:
@@ -146,7 +146,7 @@ QString FileNameUnsafe(
|
||||
|
||||
QString path;
|
||||
if (Global::DownloadPath().isEmpty()) {
|
||||
path = psDownloadPath();
|
||||
path = File::DefaultDownloadPath();
|
||||
} else if (Global::DownloadPath() == qsl("tmp")) {
|
||||
path = cTempDir();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user