PUGE пре 2 година
родитељ
комит
e207f9f935
3 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 1
      config.json
  2. 1 0
      main.js
  3. 1 1
      package.json

+ 1 - 1
config.json

@@ -1 +1 @@
-{"enterURL":"https://demos.run/debuger/index.html#login","width":1200,"height":800,"webPreferences":{"webSecurity":false,"nodeIntegration":true,"nativeWindowOpen":false},"autoHideMenuBar":true,"redirect":[],"redirectURL":"","proxy":"","noCache":false,"data":[],"activeIndex":1,"username":"","fullscreen":false}
+{"enterURL":"https://demos.run/debuger/index.html","width":1200,"height":800,"webPreferences":{"webSecurity":false,"nodeIntegration":true,"nativeWindowOpen":false},"autoHideMenuBar":true,"redirect":[],"redirectURL":"","proxy":"","noCache":false,"data":[],"activeIndex":1,"username":"","fullscreen":false}

+ 1 - 0
main.js

@@ -241,6 +241,7 @@ ipcMain.on("postData", (event, message) => {
   });
 })
 
+
 ipcMain.on("setProxy", (event, message) => {
   var win = new BrowserWindow({width: 800, height: 1500});
   mainWindow.webContents.session.setProxy({

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "owo_app",
-  "version": "1.0.10",
+  "version": "1.0.11",
   "description": "A minimal Electron application",
   "main": "main.js",
   "scripts": {