This commit is contained in:
Ralph Plawetzki
2024-11-24 14:16:20 +01:00
parent e8126e68ce
commit 78675c9638

View File

@@ -63,7 +63,7 @@ public class MasterkeyOptionsController implements FxController {
* @param wasSet
* @param isSet <code>true</code>, when the checkbox is ticked, <code>false</code> otherwise
*/
public synchronized void needAuthenticatedUserCheckboxToggled(Observable observable, Boolean wasSet, Boolean isSet) {
public synchronized void needAuthenticatedUserCheckboxToggled(Observable observable, Boolean wasSet, Boolean isSet) {
try {
var vaultId = vault.getId();
if (keychain.isPassphraseStored(vaultId)) {