mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 08:59:25 +08:00
Opt: Re-enable DPI scaling (#697)
This commit is contained in:
@@ -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() {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user