Implemented electron integration

This commit is contained in:
RemixDev
2021-05-28 12:39:00 +02:00
parent 513f6ca1c2
commit bab72e36d0
6 changed files with 6247 additions and 1370 deletions

View File

@@ -382,7 +382,7 @@ export default {
},
openDownloadsFolder() {
// if (this.clientMode) {
socket.emit('openDownloadsFolder')
window.api.send('openDownloadsFolder')
// }
},
handleDrag(event) {