fix: isNet8Installed condition

This commit is contained in:
2026-02-17 17:41:04 +01:00
parent 63433ac626
commit b6616a37f4
+1 -1
View File
@@ -1376,7 +1376,7 @@
bind:value={$launcherStream}
onValueChange={async (newStream) => {
const isNet8Installed = await hasNet8();
if (isNet8Installed) {
if (!isNet8Installed) {
launcherStream.set('stable');
sileo.error({
title: 'Hmm...',