Windows-Apps-Hub / UnitedSets

Bringing back Sets and Browser
https://www.microsoft.com/store/apps/9N7CWZ3L5RWL
MIT License
234 stars 10 forks source link

[Bug] Add exception for Windows classes #8

Closed rocksdanister closed 1 year ago

rocksdanister commented 1 year ago
image
FireCubeStudios commented 1 year ago

Good idea. This will be easy to add

GetGet99 commented 1 year ago

Exception Added Shell_TrayWnd // Taskbar Progman // Desktop Chrome_WidgetWin_1 // I don't know why but I also see this on desktop WindowsDashboard // Widget Windows.UI.Core.CoreWindow // Quick Settings and Notification Center (other UWP apps should already be ApplicationFrameHost)

The changes is in this commit. The next app update should fix the problem or you can clone from source to get the latest development version.

GetGet99 commented 1 year ago

Also, although it is not mentioned in this issue, please note that if you have modern systray apps with Xaml flyouts that are not part of Windows itself (such as EarTrumpet, and ModernFlyouts) will not be fixed because it is not really possible to fix all of them. The best way for these modern systray apps is... don't add them.

GetGet99 commented 1 year ago

Now available for Experimental InDev Version, link in Readme