Skip to content

Commit d2cdad1

Browse files
committed
Set resize boarder thickness to default when using blur theme
1 parent d71c40e commit d2cdad1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Flow.Launcher.Core/Resource/Theme.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ private void AutoDropShadow(bool useDropShadowEffect)
743743
SetWindowCornerPreference("Round");
744744
if (Application.Current.Resources.Contains("WindowBorderStyle"))
745745
Application.Current.Resources.Remove("WindowBorderStyle");
746+
SetResizeBoarderThickness(null);
746747
}
747748
else
748749
{

0 commit comments

Comments
 (0)