Only wait in appstore view if this is the first time we open it
This commit is contained in:
@@ -183,7 +183,10 @@ async function getDomains() {
|
|||||||
onActivated(async () => {
|
onActivated(async () => {
|
||||||
setItemWidth();
|
setItemWidth();
|
||||||
|
|
||||||
await getAppList();
|
// only wait for applisting if we don't have one yet
|
||||||
|
if (apps.value.length) getAppList();
|
||||||
|
else await getAppList();
|
||||||
|
|
||||||
ready.value = true;
|
ready.value = true;
|
||||||
|
|
||||||
await getDomains();
|
await getDomains();
|
||||||
|
|||||||
Reference in New Issue
Block a user