mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Handle cancel in menu_item_download_files, too
This commit is contained in:
parent
0cd0ad7a5b
commit
d756ecc609
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ void AddAction(
|
|||
: (downloadPath == u"tmp"_q)
|
||||
? session->local().tempDirectory()
|
||||
: downloadPath;
|
||||
if (path.isEmpty()) return;
|
||||
|
||||
const auto fullPath = [&](int i) {
|
||||
return filedialogDefaultName(
|
||||
|
|
Loading…
Add table
Reference in a new issue