This commit is contained in:
Diego Rodríguez Baquero
2021-10-11 18:27:41 -05:00
parent e42a515199
commit 7e8078ed92
70 changed files with 862 additions and 1136 deletions

View File

@@ -1,6 +1,6 @@
const { ipcRenderer } = require('electron')
import { ipcRenderer } from 'electron'
module.exports = class FolderWatcherController {
export default class FolderWatcherController {
start () {
console.log('-- IPC: start folder watcher')
ipcRenderer.send('startFolderWatcher')