From 34d8b8dee70399628e4c5b0f592e252e8dda3982 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 16 Jul 2024 15:03:44 +0400 Subject: [PATCH] Moddified for PR --- build/scripts/TurnOffAnimationEffects.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/TurnOffAnimationEffects.ps1 b/build/scripts/TurnOffAnimationEffects.ps1 index 9cfa1e4a..0728c8eb 100644 --- a/build/scripts/TurnOffAnimationEffects.ps1 +++ b/build/scripts/TurnOffAnimationEffects.ps1 @@ -19,4 +19,4 @@ Function WaitForAsyncAction($WinRtTask, $ResultType) { $controller = WaitForAsyncAction ([Windows.UI.ViewManagement.Core.UISettingsController]::RequestDefaultAsync()) ([Windows.UI.ViewManagement.Core.UISettingsController]) -$controller.SetAnimationsEnabled($false) +$controller.SetAnimationsEnabled($true)