mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Get saving desktop file out of group loop
This commit is contained in:
parent
2e60b28612
commit
4aa9c1fea3
1 changed files with 2 additions and 2 deletions
|
@ -497,9 +497,9 @@ bool GenerateDesktopFile(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
target->save_to_file(targetFile.toStdString());
|
||||
}
|
||||
|
||||
target->save_to_file(targetFile.toStdString());
|
||||
} catch (const std::exception &e) {
|
||||
if (!silent) {
|
||||
LOG(("App Error: %1").arg(QString::fromStdString(e.what())));
|
||||
|
|
Loading…
Add table
Reference in a new issue