mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-06 07:57:06 +08:00
enhance cookie assistant dialog - help info, form validation, ui text. style, etc.
This commit is contained in:
@@ -103,6 +103,12 @@ export function createMainWindow(): void {
|
||||
])
|
||||
})
|
||||
|
||||
ipcMain.handle('write-storage-file', async (ev, payload) => {
|
||||
ensureStorageFileExist()
|
||||
|
||||
return await writeStorageFile(payload.fileName, JSON.parse(payload.data))
|
||||
})
|
||||
|
||||
// const currentExecutablePath = app.getPath('exe')
|
||||
// console.log(currentExecutablePath)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user