mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Get saving desktop file out of group loop
This commit is contained in:
@@ -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())));
|
||||
|
||||
Reference in New Issue
Block a user