From b1917fcaa4128b5baf06460d3aaa43e67980f02d Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Fri, 22 Nov 2019 21:08:12 +0100 Subject: [PATCH] Support high quality images --- render/index.js | 3 --- 1 file changed, 3 deletions(-) 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();