mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 00:56:52 -04:00
hide alreadyExistingLabel when deviceName changed by user
This commit is contained in:
@@ -81,6 +81,7 @@ public class RegisterDeviceController implements FxController {
|
||||
|
||||
public void initialize() {
|
||||
deviceNameField.setText(determineHostname());
|
||||
deviceNameField.textProperty().addListener(observable -> deviceNameAlreadyExists.set(false));
|
||||
}
|
||||
|
||||
private String determineHostname() {
|
||||
|
||||
Reference in New Issue
Block a user