This commit is contained in:
Armin Schrenk 2024-07-16 17:19:52 +02:00
parent 2fa88490bd
commit 2fe5180721
No known key found for this signature in database

View File

@ -192,7 +192,7 @@ public class Vault {
mountHandle.mountObj().close();
mountHandle.specialCleanup().run();
} finally {
removeFromSidebar();
removeFromQuickAccess();
destroyCryptoFileSystem();
}
@ -231,9 +231,9 @@ public class Vault {
}
}
private synchronized void removeFromSidebar() {
private synchronized void removeFromQuickAccess() {
if (quickAccessEntry.get() == null) {
LOG.info("Removing vault from quick access area: Entry not found, nothing to do.");
LOG.debug("Removing vault from quick access area: Entry not found, nothing to do.");
return;
}
removeFromSidebarInternal();