We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d09adb commit 2d31fdfCopy full SHA for 2d31fdf
src/main/java/dev/luzifer/ui/view/viewmodel/SpicetifyViewModel.java
@@ -90,7 +90,7 @@ public void resetProgress() {
90
}
91
92
public void checkSpicetifyInstalled() {
93
- notInstalledProperty.set(Main.isSpicetifyInstalled());
+ notInstalledProperty.set(!Main.isSpicetifyInstalled());
94
95
96
public BooleanProperty updateBeforeApplyProperty() {
0 commit comments