From 005cde4a016141d1ea64726d633c76448450c142 Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Tue, 20 Jun 2023 19:57:34 +0200 Subject: [PATCH] remove debug --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ef92b21..903c049 100644 --- a/src/App.vue +++ b/src/App.vue @@ -262,7 +262,7 @@ export default defineComponent({ // Wait a second to make sure at least most images load in behind the loader setTimeout(() => { - //this.loading = false; + this.loading = false; }, 1000); this.gameSaveTask = Number(setInterval(() => {