Persist the portable preferences subset to the config file (debounced by * the caller). No-op on web.
(next: AppConfigPortable)
| 255 | /** Persist the portable preferences subset to the config file (debounced by |
| 256 | * the caller). No-op on web. */ |
| 257 | setConfig(next: AppConfigPortable): Promise<void> |
| 258 | /** Absolute path of the config file, or null when unsupported (web). */ |
| 259 | getConfigPath(): Promise<string | null> |
| 260 | /** Create the config file if needed and reveal it in the OS file manager. */ |
no outgoing calls
no test coverage detected