LorisYounger / VPet

虚拟桌宠模拟器 一个开源的桌宠软件, 可以内置到任何WPF应用程序
Apache License 2.0
4.67k stars 465 forks source link

[Feat] Hide window from alt+tab #210

Closed kurikomoe closed 10 months ago

kurikomoe commented 10 months ago

Showing VPet mainwindow in the task switcher (alt+tab) seems useless. Since VPet is often running in the background, showing it in task switcher will add much burden for users to switch to another application.

For the cases when VPet runs in the background without the topmost setting, and the user needs to use alt+tab to activate VPet's mainwindow, I add an option to toggle "Hide from task switcher" as a fallback option.

Before: image

After: image

Settings image