testing, solved unhandled exception, conditions to restrict old message to be edited, license un some files that used to miss them

This commit is contained in:
Blue 2022-04-01 00:32:22 +03:00
parent 5f6691067a
commit 1fcd403dba
Signed by: blue
GPG key ID: 9B203B252A63EE38
17 changed files with 244 additions and 4 deletions

View file

@ -443,7 +443,7 @@ QString Core::NetworkAccess::getFileRemoteUrl(const QString& path)
try {
p = storage.getUrl(p);
} catch (const Archive::NotFound& err) {
p = "";
} catch (...) {
throw;
}