mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-27 15:32:48 -05:00
Fix DPI scaling
This commit is contained in:
committed by
Max Goodhart
parent
6c64d2b417
commit
83621cec9e
@@ -377,6 +377,9 @@ async function main() {
|
||||
}
|
||||
|
||||
if (require.main === module) {
|
||||
app.commandLine.appendSwitch('high-dpi-support', 1)
|
||||
app.commandLine.appendSwitch('force-device-scale-factor', 1)
|
||||
|
||||
app
|
||||
.whenReady()
|
||||
.then(main)
|
||||
|
||||
Reference in New Issue
Block a user