Skip to content

Commit 3feb8c5

Browse files
committed
Remove commented-out code in RefreshFrameAsync
1 parent d2cdad1 commit 3feb8c5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Flow.Launcher.Core/Resource/Theme.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,6 @@ await Application.Current.Dispatcher.InvokeAsync(() =>
640640
// Get the actual backdrop type and drop shadow effect settings
641641
var (backdropType, useDropShadowEffect) = GetActualValue();
642642

643-
// Remove OS minimizing/maximizing animation
644-
// Methods.SetWindowAttribute(new WindowInteropHelper(mainWindow).Handle, DWMWINDOWATTRIBUTE.DWMWA_TRANSITIONS_FORCEDISABLED, 3);
645-
646643
SetBlurForWindow(_settings.Theme, backdropType);
647644
AutoDropShadow(useDropShadowEffect);
648645
}, DispatcherPriority.Render);

0 commit comments

Comments
 (0)