fix: update dialog only open when new update
This commit is contained in:
parent
ec25d5d2bb
commit
d56b375953
@ -534,7 +534,7 @@
|
||||
</AlertDialog.Content>
|
||||
</AlertDialog.Root>
|
||||
|
||||
<AlertDialog.Root open>
|
||||
<AlertDialog.Root open={$newVersion !== undefined}>
|
||||
<AlertDialog.Content
|
||||
class="bg-theme-950 border-theme-800 p-0"
|
||||
escapeKeydownBehavior="ignore"
|
||||
|
Loading…
x
Reference in New Issue
Block a user