S112

Results 2 comments of S112

> src/screenshots.ts文件 ![1664361168412](https://user-images.githubusercontent.com/7778864/192757509-dfda53c2-5d78-4f39-bfec-6ea7b1d4d491.jpg) 这行代码,位置改一下,就可以了。

> Electron 16 is completely unusable if using electron remote Just tested this with electron@^16.0.5 and it works in Mac: `"electron": "^16.0.5",` `"@electron/remote": "^2.0.1"` **main.js** ``` js require('@electron/remote/main').initialize() const mainWindow...