Compare commits

..

No commits in common. "1a07b2d7126734bbe4d9abbf1eb7e2b6d42e4fe5" and "4dfe88a565a11067c14e573a1e49da2c28fdfbf8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -776,8 +776,8 @@ ipcMain.handle('finish-after-active', () => {
return true;
});
ipcMain.handle('clear-history', async () => {
await configStore.clearHistory();
ipcMain.handle('clear-history', () => {
configStore.clearHistory();
return true;
});

View File

@ -1,6 +1,6 @@
{
"name": "multi-hoster-uploader",
"version": "2.4.0",
"version": "2.3.9",
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
"main": "main.js",
"scripts": {