Imported WIP UI for Cider, Added vue-devtools

This commit is contained in:
booploops 2021-11-22 08:02:40 -08:00
parent 37e9c8276e
commit 5a0386b583
24 changed files with 2485 additions and 0 deletions

View file

@ -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")){