mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
fix: resolve list-directory IPC handler closing brace syntax error
This commit is contained in:
@@ -4027,6 +4027,8 @@ ipcMain.handle('list-directory', async (event, dirPath) => {
|
||||
console.error('list-directory error:', err);
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
||||
ipcMain.handle('select-custom-css', async (event) => {
|
||||
const result = dialog.showOpenDialogSync(mainWindow, {
|
||||
title: 'Select Custom Preview CSS',
|
||||
|
||||
Reference in New Issue
Block a user