-
- Discord Presence
- Patching
-
@@ -77,4 +78,15 @@
+
+ Discord Presence
+ Patching
+ Debug Logging
+
diff --git a/src/storage/localStore.ts b/src/storage/localStore.ts
index d6f32cf..f115314 100644
--- a/src/storage/localStore.ts
+++ b/src/storage/localStore.ts
@@ -7,8 +7,11 @@ export const updateAvailable = writable(false);
export const launching = writable(false);
export const launchStatus = writable("Waiting...");
export const launchPercentage = writable(-1);
+
+export const currentUser: Writable