You've already forked AstralRinth
forked from didirus/AstralRinth
Loading bars (#113)
* Loading bars * remove print * remove print * remove class * Fix overlay
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
<script setup></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<p>Add Instance</p>
|
||||
</div>
|
||||
</template>
|
||||
@@ -47,7 +47,7 @@ await getInstances()
|
||||
await Promise.all([getFeaturedModpacks(), getFeaturedMods()])
|
||||
|
||||
const unlisten = await profile_listener(async (e) => {
|
||||
if (e.event === 'edited') {
|
||||
if (e.event === 'created' || e.event === 'removed') {
|
||||
await getInstances()
|
||||
await Promise.all([getFeaturedModpacks(), getFeaturedMods()])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user