Describe the bug

Given that the 'Launch on All Displays' option is enabled, if a new display is connected, it does not actually load the app on the new display. Currently, to make this work, a user must toggle this setting on and off again after the new display has been connected in order to make the app show up.
Electron does have a display-added event that could be used to set the new display up automatically.
Environment
Happens on Windows machines and Macs
Describe the bug
Given that the 'Launch on All Displays' option is enabled, if a new display is connected, it does not actually load the app on the new display. Currently, to make this work, a user must toggle this setting on and off again after the new display has been connected in order to make the app show up.
Electron does have a display-added event that could be used to set the new display up automatically.
Environment
Happens on Windows machines and Macs