Compare commits
2 Commits
4dfe88a565
...
1a07b2d712
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a07b2d712 | ||
|
|
4761d6406c |
4
main.js
4
main.js
@ -776,8 +776,8 @@ ipcMain.handle('finish-after-active', () => {
|
||||
return true;
|
||||
});
|
||||
|
||||
ipcMain.handle('clear-history', () => {
|
||||
configStore.clearHistory();
|
||||
ipcMain.handle('clear-history', async () => {
|
||||
await configStore.clearHistory();
|
||||
return true;
|
||||
});
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-hoster-uploader",
|
||||
"version": "2.3.9",
|
||||
"version": "2.4.0",
|
||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user