mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Opt: Re-enable DPI scaling (#697)
This commit is contained in:
parent
9b948d36b3
commit
5bde0ae25f
@ -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() {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user