mirror of
https://github.com/cryptomator/cryptomator.git
synced 2025-02-20 02:03:07 +00:00
undo getter changes
This commit is contained in:
parent
cd99eaa323
commit
1c47012033
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user