fix: little oopsie 🤭
This commit is contained in:
parent
4e1f76a713
commit
c3c13b0e07
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user