Imported WIP UI for Cider, Added vue-devtools
This commit is contained in:
parent
37e9c8276e
commit
5a0386b583
24 changed files with 2485 additions and 0 deletions
5
index.js
5
index.js
|
@ -18,6 +18,10 @@ function CreateWindow() {
|
|||
if (app.isQuiting) { app.quit(); return; }
|
||||
|
||||
app.win = app.ame.win.CreateBrowserWindow() // Create the BrowserWindow
|
||||
/** CIDER **/
|
||||
//const cider = require("./resources/functions/cider-win")
|
||||
//cider.CreateBrowserWindow()
|
||||
/** CIDER **/
|
||||
|
||||
app.ame.handler.WindowStateHandler(); // Handling the Window
|
||||
app.ame.handler.PlaybackStateHandler(); // Playback Change Listener
|
||||
|
@ -45,6 +49,7 @@ function CreateWindow() {
|
|||
app.on('ready', () => {
|
||||
if (app.isQuiting) { app.quit(); return; }
|
||||
|
||||
require('vue-devtools').install()
|
||||
// Apple Header tomfoolery.
|
||||
session.defaultSession.webRequest.onHeadersReceived((details, callback) => {
|
||||
if(details.url.match(/^https:\/\/store-\d{3}\.blobstore\.apple\.com/) || details.url.startsWith("https://store-037.blobstore.apple.com")){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue