mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22:49 -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) {
|
if (require.main === module) {
|
||||||
|
app.commandLine.appendSwitch('high-dpi-support', 1)
|
||||||
|
app.commandLine.appendSwitch('force-device-scale-factor', 1)
|
||||||
|
|
||||||
app
|
app
|
||||||
.whenReady()
|
.whenReady()
|
||||||
.then(main)
|
.then(main)
|
||||||
|
|||||||
Reference in New Issue
Block a user