mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Force dst path creation on Save Selected.
This commit is contained in:
parent
480c109b09
commit
33e66d21bd
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ void AddAction(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QDir().mkpath(path);
|
||||||
const auto fullPath = [&](int i) {
|
const auto fullPath = [&](int i) {
|
||||||
return filedialogDefaultName(
|
return filedialogDefaultName(
|
||||||
u"photo_"_q + QString::number(i),
|
u"photo_"_q + QString::number(i),
|
||||||
|
|
Loading…
Add table
Reference in a new issue