Imported changes to web-remote from AME
This commit is contained in:
parent
45623f257b
commit
ab6c24f9be
11 changed files with 1265 additions and 595 deletions
|
@ -1,4 +1,4 @@
|
|||
const {app, BrowserWindow} = require("electron")
|
||||
const {app, BrowserWindow, ipcMain} = require("electron")
|
||||
const {join, resolve} = require("path")
|
||||
|
||||
const CiderWin = {
|
||||
|
@ -34,6 +34,8 @@ const CiderWin = {
|
|||
win.on("closed", () => {
|
||||
win = null
|
||||
})
|
||||
},
|
||||
SetupHandlers() {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue