From 89849ec3d5bd00bd34fb3bcfc52bc04310b81fc3 Mon Sep 17 00:00:00 2001 From: zAlweNy26 Date: Mon, 8 Jul 2024 18:53:17 +0200 Subject: [PATCH] fix race condition --- src/App.vue | 11 ++++++++++- src/api.ts | 1 + src/main.ts | 10 ++++------ src/stores/useMemory.ts | 6 +++++- src/stores/useMessages.ts | 2 +- src/stores/usePlugins.ts | 4 ++-- src/stores/useSettings.ts | 13 +------------ src/views/SettingsView.vue | 12 +++++++++--- 8 files changed, 33 insertions(+), 26 deletions(-) diff --git a/src/App.vue b/src/App.vue index a0585da..f50403d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,13 @@ - +