widavies / WinJump

Jump to Nth virtual desktop shortcut for Windows
The Unlicense
79 stars 5 forks source link

Fix move window and jump into a virtual desktop that doesn't exist. #46

Closed Mr-Badger closed 3 months ago

Mr-Badger commented 3 months ago

Currently if you try to move a window into an virtual desktop that doesn't exist windows explorer crashes. This PR fixes that by exiting early if no desktop is found.

Issue observed on Windows 11 build 22631.3880

Fix tested on Windows 11 build 22631.3880

widavies commented 3 months ago

Thank you for your contribution!