You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In applications downloaded from the windows store (eg Unigram, WunderMail, etc.) whenever you close and reopen it starts maximized (full screen) and not in the position where it was fixed in fancyzones.
The text was updated successfully, but these errors were encountered:
I believe I know why this isn't working and I have submitted issue #389. If the devs do confirm this to be the root cause, we can merge the two issues.
When we changed icons to be a pair of IconData in an IconInfo, I forgot this type check.
Oops. Now it works again.
Originally in microsoft#265
Regressed in microsoft#286
(targets microsoft#308, which targets microsoft#299)
`IconData` and `IconInfo` are unfortunately, not trivially marshallable into the host process. This creates a collection of cases where an app can crash and take the host down, because we'll try to inquire something about the icon.
It broke reloading when an extension crashed.
It broke backing out of a crashed extension.
Previously: microsoft#218Closesmicrosoft#235
In applications downloaded from the windows store (eg Unigram, WunderMail, etc.) whenever you close and reopen it starts maximized (full screen) and not in the position where it was fixed in fancyzones.
The text was updated successfully, but these errors were encountered: