AntonyCorbett / OnlyT

Meeting Timer
MIT License
109 stars 42 forks source link

Monitor Selection #498

Open alanfermtz opened 1 year ago

alanfermtz commented 1 year ago

Is your feature request related to a problem? Please describe. If the selected monitor is disconnected or not detected anymore, sometimes changes to the primary monitor instead, so the problem is when this happens we cant move around to close it because is on the top or everything

Describe the solution you'd like When the selected monitor is disconnected or not detected, switch to None instead until detects again the selected monitor.

Describe alternatives you've considered n/a

Additional context n/a

AntonyCorbett commented 1 year ago

@alanfermtz There's always a possibility that the main window and output window share the same monitor (e.g. the user might select it). In this case, you can switch between them by using the ALT-TAB keyboard combination. Thanks for your useful suggestion regarding defaulting to "None" if the display is not found. I'll investigate that.