dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
642 stars 114 forks source link

Do not steal focus when "popping up when expired" from minimized state #121

Open dziemborowicz opened 8 years ago

dziemborowicz commented 8 years ago

When "Pop up when expired" is enabled and the window is not minimized, the window is brought to the front without stealing focus.

However, when "Pop up when expired" is enabled and the window is minimized, the window is brought to the front but also steals focus.

We should not steal focus when bringing the window to the front ever, because it is annoying.

i2van commented 8 months ago

Fixed here.