Moves saveAttachment to a redux action

This commit is contained in:
Josh Perez
2022-12-14 13:12:04 -05:00
committed by GitHub
parent c8068cd501
commit b138774454
34 changed files with 190 additions and 216 deletions

View File

@@ -197,10 +197,6 @@ export const createDoesExist = (
};
};
export const openFileInFolder = async (target: string): Promise<void> => {
ipcRenderer.send('show-item-in-folder', target);
};
const showSaveDialog = (
defaultPath: string
): Promise<{