diff --git a/src/renderer/src/appStore.ts b/src/renderer/src/appStore.ts index fe4acf1..51470cc 100644 --- a/src/renderer/src/appStore.ts +++ b/src/renderer/src/appStore.ts @@ -74,6 +74,7 @@ export const useAppStore = defineStore('app', { this.profileManagerDragging = dragging }, setShowProfileConfig(show) { + show = false // TODO: Remove this / replace with actual logic this.showProfileConfig = show } }