Handle errors more gracefully in get_display_refresh_rate
Closed this issue · 0 comments
alice-i-cecile commented
There are a number of unwraps here:
Line 99 in fa6bb98
As far as I can tell, these could all just result in an early return instead, delaying the work if a monitor's frame rate could not be properly assessed.