fix: little oopsie 🤭

This commit is contained in:
HorizonCode 2025-07-15 19:40:08 +02:00
parent 4e1f76a713
commit c3c13b0e07

View File

@ -1177,7 +1177,7 @@
type="single" type="single"
bind:value={$launcherStream} bind:value={$launcherStream}
onValueChange={async (newStream) => { onValueChange={async (newStream) => {
if (newStream === 'experimental' && (await hasNet8())) { if (newStream === 'experimental' && !(await hasNet8())) {
launcherStream.set('stable'); launcherStream.set('stable');
toast.error('.NET 8.0 Desktop Runtime not found!', { toast.error('.NET 8.0 Desktop Runtime not found!', {
action: { action: {