diff --git a/src/node/index.js b/src/node/index.js index baafad5..9e088c6 100644 --- a/src/node/index.js +++ b/src/node/index.js @@ -377,6 +377,9 @@ async function main() { } if (require.main === module) { + app.commandLine.appendSwitch('high-dpi-support', 1) + app.commandLine.appendSwitch('force-device-scale-factor', 1) + app .whenReady() .then(main)