mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Potential fix for display scaling issue
This commit is contained in:
@@ -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