diff --git a/index.js b/index.js index 2a3db7cd..5722fcf2 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,6 @@ 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")){ diff --git a/resources/cider-ui-tests/index.html b/resources/cider-ui-tests/index.html index 8b32d746..3fb8a3cc 100644 --- a/resources/cider-ui-tests/index.html +++ b/resources/cider-ui-tests/index.html @@ -180,7 +180,7 @@
- + -