mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 23:39:45 -05:00
propagate the results from ShareExport::intoContainer
this is a fix for an obvious regression. there was some refactoring going on around here since the 2.4.3 release, and the return value of ShareExport::intoContainer has since been neglected. with this change the info banner showing errors/warnings/info/success after exporting a database tree with KeeShare is shown again.
This commit is contained in:
parent
34bbf8b3a1
commit
957ba90073
@ -288,7 +288,7 @@ QList<ShareObserver::Result> ShareObserver::exportShares()
|
||||
const auto& reference = it.value().first();
|
||||
const QString resolvedPath = resolvePath(reference.config.path, m_db);
|
||||
m_fileWatcher->ignoreFileChanges(resolvedPath);
|
||||
ShareExport::intoContainer(resolvedPath, reference.config, reference.group);
|
||||
results << ShareExport::intoContainer(resolvedPath, reference.config, reference.group);
|
||||
m_fileWatcher->observeFileChanges(true);
|
||||
}
|
||||
return results;
|
||||
|
Loading…
Reference in New Issue
Block a user