Stefan Berkner
Stefan Berkner
There is some kind of manual workaround. You can add the `zoomFactor` in `resources/app/lib/index.js`. ``` webPreferences: { partition: 'persist:teams', preload: path.join(__dirname, 'browser', 'index.js'), nodeIntegration: false, zoomFactor: 2.0 } ``` However,...
Not sure about that. But yeah...seems like probably the best solution to upgrade.
Any chance to get something like that implemented? For our use case it would be sufficient to create a PDF as a separate build target.
As a workaround it worked for me to choose "Sprite Grid" as the "Source" and enable "Merge Duplicates".