You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently tracking our settings using window.localStorage (see src/renderer/src/common/settings.ts) and our action using vueusecore.useStorage (see src/renderer/src/components/OpenCOR.vue). Ideally, these would be replaced with a Pinia store.