-
Notifications
You must be signed in to change notification settings - Fork 0
IPC Route settings
Timon Home edited this page Mar 19, 2026
·
2 revisions
Handlers for reading and writing application-wide settings. Settings are persisted alongside profiles in electron-store.
Transport: invoke
Returns current settings merged with defaults, guaranteeing a complete AppSettings object even when reading configs written by older versions.
No parameters.
AppSettingsSee Settings Reference for the full schema and defaults.
Transport: invoke
Overwrites the stored settings. Caller must pass the complete AppSettings shape.
settings: AppSettingsvoid- Persists to disk immediately via electron-store
- Renderer dispatches
SET_SETTINGSto update local state after save