mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
enter/leave protected session button is not refreshed after entering from note detail (not dialog), fixes #555
This commit is contained in:
parent
7eed076674
commit
0a0663be69
@ -55,11 +55,11 @@ async function setupProtectedSession(password) {
|
||||
|
||||
protectedSessionDeferred.resolve(true);
|
||||
protectedSessionDeferred = null;
|
||||
|
||||
$enterProtectedSessionButton.hide();
|
||||
$leaveProtectedSessionButton.show();
|
||||
}
|
||||
|
||||
$enterProtectedSessionButton.hide();
|
||||
$leaveProtectedSessionButton.show();
|
||||
|
||||
infoService.showMessage("Protected session has been started.");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user