rdzwx-go/res/electron/settings.json

11 wiersze
171 B
JSON
Czysty Zwykły widok Historia

2021-06-18 18:22:28 +00:00
{
"browserWindow": {
"width": 1200,
"height": 800,
"webPreferences": {
2021-06-18 18:28:20 +00:00
"nodeIntegration": true,
"contextIsolation": false
2021-06-18 18:22:28 +00:00
}
}
}