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;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.handle('clear-history', () => {
|
ipcMain.handle('clear-history', async () => {
|
||||||
configStore.clearHistory();
|
await configStore.clearHistory();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-hoster-uploader",
|
"name": "multi-hoster-uploader",
|
||||||
"version": "2.3.9",
|
"version": "2.4.0",
|
||||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user