Player
verb
Minimize()
winset(src,"Main","is-minimized=true")
Problem description:
This doesn't trigger the normal animation that occurs when you minimize a window. In Windows 10 there's a fade and scale animation of the window reducing into the task bar.
Is it possible to add that as a feature? This code simply makes the window instantly vanish.
I was thinking like we have .quit() it would be really nice to have .minimize()