diff --git a/render/index.js b/render/index.js index 43fe409..435c94b 100644 --- a/render/index.js +++ b/render/index.js @@ -24,9 +24,6 @@ global.step = process.argv[2] || 1; */ global.renderDir = path.join(__dirname, 'frames'); -// Set the display scale factor to 1 -app.commandLine.appendSwitch('force-device-scale-factor', 1); - // Hide the Dock for macOS if (os.platform() == 'darwin') { app.dock.hide();