mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39: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
|
// No DPI scaling
|
||||||
app.commandLine.appendSwitch('high-dpi-support', '1');
|
// app.commandLine.appendSwitch('high-dpi-support', '1');
|
||||||
app.commandLine.appendSwitch('force-device-scale-factor', '1');
|
// app.commandLine.appendSwitch('force-device-scale-factor', '1');
|
||||||
|
|
||||||
function loadURL() {
|
function loadURL() {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user