Browse Source

Revert "Fix typo"

This reverts commit 78675c963877d3d8500b352b80f28c9ddba50674.
Ralph Plawetzki 7 months ago
parent
commit
0a78987d30

+ 1 - 1
src/main/java/org/cryptomator/ui/vaultoptions/MasterkeyOptionsController.java

@@ -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)) {