Fix for missing attachmnet file icon styles in core library and title bar drag area.

This commit is contained in:
Burak Kaan Köse
2024-11-26 23:13:11 +01:00
parent f33335a768
commit 87af67c36c
3 changed files with 4 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ namespace Wino.Core.UWP.Controls
{
if (IsDragArea)
{
Window.Current.SetTitleBar(this);
Window.Current.SetTitleBar(dragbar);
}
}