reworked on footer & removed github icon

This commit is contained in:
undergroundwires
2020-07-25 23:36:46 +01:00
parent 04b9b59e14
commit 60a5a2aa40
8 changed files with 103 additions and 52 deletions

View File

@@ -32,7 +32,7 @@ function createWindow() {
// Create the browser window.
win = new BrowserWindow({
width: 1350,
height: 1005,
height: 955,
webPreferences: {
// Use pluginOptions.nodeIntegration, leave this alone
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info