w3champions / launcher

This is the launcher for w3champions. It includes the needed flo hostbot executables.
32 stars 18 forks source link

Set size after position as multi-monitor fix #144

Closed BogdanW3 closed 1 year ago

BogdanW3 commented 1 year ago

On multi-monitor setups, electron uses the properties of the main screen, which can result in the window size getting clamped down. Setting size after the window is made in the correct position gets around this issue.