Added drawer, added mouse overs
This commit is contained in:
parent
cf833bf959
commit
8bb6d81802
4 changed files with 38 additions and 10 deletions
4
index.js
4
index.js
|
@ -19,8 +19,8 @@ function CreateWindow() {
|
|||
|
||||
app.win = app.ame.win.CreateBrowserWindow() // Create the BrowserWindow
|
||||
/** CIDER **/
|
||||
// const cider = require("./resources/functions/cider-win")
|
||||
// cider.CreateBrowserWindow()
|
||||
const cider = require("./resources/functions/cider-win")
|
||||
cider.CreateBrowserWindow()
|
||||
/** CIDER **/
|
||||
app.ame.handler.WindowStateHandler(); // Handling the Window
|
||||
app.ame.handler.PlaybackStateHandler(); // Playback Change Listener
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue