fixing broken option "reveal after mount"

This commit is contained in:
infeo
2018-07-12 14:58:34 +02:00
parent 76a9cb9a06
commit 119e0724d5

View File

@@ -495,7 +495,7 @@ public class MainController implements ViewController {
public void didUnlock(Vault vault) {
if (vault.equals(selectedVault.getValue())) {
this.showUnlockedView(vault, true);
this.showUnlockedView(vault, vault.getVaultSettings().revealAfterMount().getValue());
}
}