From 961dc9435f49ecca4964acc55731704cb63b9e6d Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Tue, 23 Apr 2024 15:58:22 +0200 Subject: [PATCH] fix(BRIDGE-15): Apple Mail profile install page was not properly reset before showing. --- .../bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml index 7dac45d8..33588560 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml @@ -96,6 +96,7 @@ Item { function showAppleMailAutoConfig() { backAction = _showClientConfig; rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView; + clientConfigAppleMail.reset() rightContent.currentIndex = SetupWizard.ContentStack.ClientConfigAppleMail; leftContent.showAppleMailAutoconfigProfileInstall(); }