mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-21 01:56:55 -04:00
comments of the PR were taken into account as well as a few small changes in the recoverykey recover dialog
This commit is contained in:
@@ -49,8 +49,8 @@ public class RecoveryKeyResetPasswordController implements FxController {
|
||||
}
|
||||
|
||||
@FXML
|
||||
public void back() {
|
||||
window.setScene(recoverScene.get());
|
||||
public void close() {
|
||||
window.close();
|
||||
}
|
||||
|
||||
@FXML
|
||||
|
||||
Reference in New Issue
Block a user