mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-14 07:16:04 +08:00
Add: Option to toggle DPI scaling
This commit is contained in:
@@ -14,3 +14,4 @@ export const pythonPath = (path.isAbsolute(PythonExecutable) ? PythonExecutable
|
||||
export const webuiUrl = `http://127.0.0.1:${WebuiPort}`;
|
||||
export const webuiPath = 'gui.py';
|
||||
export const webuiArgs = ['--port', WebuiPort, '--electron'];
|
||||
export const dpiScaling = Boolean(config.Deploy.Webui.DpiScaling) || (config.Deploy.Webui.DpiScaling === undefined) ;
|
||||
|
||||
Reference in New Issue
Block a user