fix: little oopsie 🤭
This commit is contained in:
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user