mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-02 06:07:04 +00:00
undo getter changes
This commit is contained in:
@@ -131,7 +131,7 @@ public class MainWindowTitleController implements FxController {
|
||||
}
|
||||
|
||||
public boolean isUpdateAvailable() {
|
||||
return updateAvailable.getValue();
|
||||
return updateAvailable.get();
|
||||
}
|
||||
|
||||
public boolean isTrayIconPresent() {
|
||||
|
||||
@@ -168,7 +168,7 @@ public class UpdatesPreferencesController implements FxController {
|
||||
}
|
||||
|
||||
public boolean isUpdateAvailable() {
|
||||
return updateAvailable.getValue();
|
||||
return updateAvailable.get();
|
||||
}
|
||||
|
||||
public BooleanBinding checkFailedProperty() {
|
||||
|
||||
Reference in New Issue
Block a user