(userDataPath: string)
| 713 | * Set the Electron userData path (called from Electron main process) |
| 714 | */ |
| 715 | export function setElectronUserDataPath(userDataPath: string): void { |
| 716 | electronUserDataPath = userDataPath; |
| 717 | } |
| 718 | |
| 719 | /** |
| 720 | * Get the Electron userData path |