rename internal method

This commit is contained in:
Armin Schrenk 2024-07-23 16:39:34 +02:00
parent 6b57a0ad9c
commit 61fc53bf9c
No known key found for this signature in database

View File

@ -236,10 +236,10 @@ public class Vault {
LOG.debug("Removing vault from quick access area: Entry not found, nothing to do.");
return;
}
removeFromSidebarInternal();
removeFromQuickAccessInternal();
}
private void removeFromSidebarInternal() {
private void removeFromQuickAccessInternal() {
try {
quickAccessEntry.get().remove();
quickAccessEntry.set(null);