From 9d657964d2f0b8444b600fbfe6a1aaf428ba00b1 Mon Sep 17 00:00:00 2001 From: Harsimranjeet Singh Date: Mon, 23 Sep 2024 14:39:41 +0530 Subject: [PATCH] don't show retry and loading at same time --- .../WindowExplorer/Common/WindowExplorerPage.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ginger/Ginger/AutomatePageLib/AddActionMenu/WindowExplorer/Common/WindowExplorerPage.xaml.cs b/Ginger/Ginger/AutomatePageLib/AddActionMenu/WindowExplorer/Common/WindowExplorerPage.xaml.cs index efb5e49aba..91a95d06cd 100644 --- a/Ginger/Ginger/AutomatePageLib/AddActionMenu/WindowExplorer/Common/WindowExplorerPage.xaml.cs +++ b/Ginger/Ginger/AutomatePageLib/AddActionMenu/WindowExplorer/Common/WindowExplorerPage.xaml.cs @@ -1120,6 +1120,7 @@ public void ShowScreenShot() xLoadingScreenShotBanner.Visibility = Visibility.Visible; xScreenShotFrame.Visibility = Visibility.Collapsed; + xRetrySSBanner.Visibility = Visibility.Collapsed; /// UnComment later after complete Implementation of functionalities over all platforms. //if(IsWebMobJavaPlatform)