1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 13:59:02 +08:00

Opt: Re-enable DPI scaling (#697)

This commit is contained in:
LmeSzinc 2021-10-31 17:25:39 +08:00
parent 9b948d36b3
commit 5bde0ae25f

View File

@ -110,8 +110,8 @@ const createWindow = async () => {
// No DPI scaling
app.commandLine.appendSwitch('high-dpi-support', '1');
app.commandLine.appendSwitch('force-device-scale-factor', '1');
// app.commandLine.appendSwitch('high-dpi-support', '1');
// app.commandLine.appendSwitch('force-device-scale-factor', '1');
function loadURL() {
/**