Skip to content

Commit 2d31fdf

Browse files
committed
Remove debug
1 parent 1d09adb commit 2d31fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/luzifer/ui/view/viewmodel/SpicetifyViewModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void resetProgress() {
9090
}
9191

9292
public void checkSpicetifyInstalled() {
93-
notInstalledProperty.set(Main.isSpicetifyInstalled());
93+
notInstalledProperty.set(!Main.isSpicetifyInstalled());
9494
}
9595

9696
public BooleanProperty updateBeforeApplyProperty() {

0 commit comments

Comments
 (0)