feat(w5): ship v2.0.0 platform sync, undo persistence, and updates
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -38,6 +38,8 @@ export const useSettingsStore = create<SettingsState>((set, get) => ({
|
||||
enableComplianceCheck: false,
|
||||
complianceWords: [] as string[],
|
||||
customSlashCommands: [] as { id: string; name: string; template: string }[],
|
||||
mcpConnectorUrl: '',
|
||||
extensionDevMode: false,
|
||||
loaded: false,
|
||||
load: async () => {
|
||||
const data = await ipcCall(() => window.electronAPI.settings.get())
|
||||
|
||||
Reference in New Issue
Block a user