srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
8.77k stars 395 forks source link

Hide after clicking a program icon #482

Closed YsielX closed 4 months ago

YsielX commented 4 months ago

Hide after clicking a program icon like Windows Search, instead of waiting for it to start.

srwi commented 4 months ago

Hi @YsielX, thank you for your interest in the project and the contribution!

As far as I'm aware the starting of the application is a non-blocking operation, so the order should not make much of a difference. I thought I already implemented your desired behavior in a currently unreleased commit (https://github.com/srwi/EverythingToolbar/commit/0e14a6c83056db3a0514626807c2aebf66415070).

Could you please double check that your changes have the desired effect and it's not the previous commit, changing the behavior to your expectation?

YsielX commented 4 months ago

Hi @YsielX, thank you for your interest in the project and the contribution!

As far as I'm aware the starting of the application is a non-blocking operation, so the order should not make much of a difference. I thought I already implemented your desired behavior in a currently unreleased commit (0e14a6c).

Could you please double check that your changes have the desired effect and it's not the previous commit, changing the behavior to your expectation?

Yes, you're right! I built it manually and it has no blocking issues, but the latest release does not seem to have this effect.

srwi commented 4 months ago

the latest release does not seem to have this effect.

Yes, I did not get around to doing a release. I will try to do so soon.

I will close the PR since the problem is already fixed. Thanks again for your effort!