enhance cookie assistant dialog - help info, form validation, ui text. style, etc.

This commit is contained in:
geekgeekrun
2024-03-03 14:53:19 +08:00
parent 56fdde6174
commit e4faa85a7f
4 changed files with 144 additions and 23 deletions
@@ -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)