Преглед на файлове

fix update available check in preference tab selection

Jan-Peter Klein преди 1 година
родител
ревизия
cb054bb4f5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/java/org/cryptomator/ui/preferences/PreferencesController.java

+ 1 - 1
src/main/java/org/cryptomator/ui/preferences/PreferencesController.java

@@ -37,7 +37,7 @@ public class PreferencesController implements FxController {
 		this.env = env;
 		this.window = window;
 		this.selectedTabProperty = selectedTabProperty;
-		this.updateAvailable = updateChecker.latestVersionProperty().isNotNull();
+		this.updateAvailable = updateChecker.updateAvailableProperty();
 	}
 
 	@FXML