@@ -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 BooleanBinding checkFailedProperty() {