remove the unconditional constructor title

This commit is contained in:
Jan-Peter Klein
2025-10-14 08:15:37 +02:00
parent daa4f3a568
commit 0fa041da85

View File

@@ -68,8 +68,6 @@ public class RecoveryKeyOnboardingController implements FxController {
ResourceBundle resourceBundle) {
this.window = window;
this.vault = vault;
window.setTitle(resourceBundle.getString("recover.recoverVaultConfig.title"));
this.recoverykeyRecoverScene = recoverykeyRecoverScene;
this.recoverykeyExpertSettingsScene = recoverykeyExpertSettingsScene;
this.recoverType = recoverType;