glsorre / amethystwindows

[ARCHIVED] Automatic tiling window manager for Windows 10/11
https://amethystwindows.com
MIT License
410 stars 24 forks source link

Fix: Not Displaying/Tiling Un-Named Applications #77

Closed Stobz closed 1 year ago

Stobz commented 2 years ago

References issues #75, #76

Some applications do not display in the Amethyst tabs (Managed Windows/Excluded Windows/Filters/Additions). It looks like these apps are not listed because desktopWindow.AppName does not get assigned and remains "".

Making this string comparison change from null to "", allows apps that fail the initial naming options to obtain a name, display in the Amethyst list, and be controlled normally.

Let me know if this is how you would like the pull request to come through. Thank you.