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
Are you using a normal window, or my AppWindow? If you're using AppWindow, you cannot use ExtendClientArea... hints that Avalonia provides. If you want to mess with the style of the window - stick with a normal Window. With AppWindow, you can replace the titlebar (if that's all you want), but the caption buttons (min/max/close), and the system window border are not customizable or removable.
Describe the bug
It is no longer possible to hide the titlebar with the following combination
Screenshots
If applicable, add screenshots to help explain your problem.
FluentAvaloniaTheme
FluentTheme
Desktop/Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: