2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Handle cancel for default download path in Linux sandbox

This commit is contained in:
Ilya Fedin
2022-11-09 19:17:42 +04:00
committed by John Preston
parent 9229c57e7a
commit 0cd0ad7a5b
3 changed files with 3 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ QString DefaultDownloadPath(not_null<Main::Session*> session) {
Core::App().saveSettings();
return result;
}
return QString();
}
return realDefaultPath;
}