Compare commits
No commits in common. "1a07b2d7126734bbe4d9abbf1eb7e2b6d42e4fe5" and "4dfe88a565a11067c14e573a1e49da2c28fdfbf8" have entirely different histories.
1a07b2d712
...
4dfe88a565
4
main.js
4
main.js
@ -776,8 +776,8 @@ ipcMain.handle('finish-after-active', () => {
|
|||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.handle('clear-history', async () => {
|
ipcMain.handle('clear-history', () => {
|
||||||
await configStore.clearHistory();
|
configStore.clearHistory();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-hoster-uploader",
|
"name": "multi-hoster-uploader",
|
||||||
"version": "2.4.0",
|
"version": "2.3.9",
|
||||||
"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