Added minimum window size, equivalent to iTunes. Added responsive elements
This commit is contained in:
parent
17435b9e4a
commit
cf833bf959
4 changed files with 19 additions and 3 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