forked from Silverfish/proton-bridge
feat(GODT-2772): removed warning and outlook selector setup wizard pages.
This commit is contained in:
@ -30,8 +30,6 @@ Item {
|
||||
Onboarding,
|
||||
Login,
|
||||
ClientConfigSelector,
|
||||
ClientConfigOutlookSelector,
|
||||
ClientConfigWarning,
|
||||
ClientConfigAppleMail
|
||||
}
|
||||
enum RootStack {
|
||||
@ -97,11 +95,6 @@ Item {
|
||||
function showClientParams() {
|
||||
rootStackLayout.currentIndex = SetupWizard.RootStack.ClientConfigParameters;
|
||||
}
|
||||
function showClientWarning() {
|
||||
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
|
||||
leftContent.showClientConfigWarning();
|
||||
rightContent.currentIndex = SetupWizard.ContentStack.ClientConfigWarning;
|
||||
}
|
||||
function showLogin(username = "") {
|
||||
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
|
||||
root.address = "";
|
||||
@ -216,20 +209,6 @@ Item {
|
||||
wizard: root
|
||||
}
|
||||
// rightContent stack index 3
|
||||
ClientConfigOutlookSelector {
|
||||
id: clientConfigOutlookSelector
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
wizard: root
|
||||
}
|
||||
// rightContent stack index 4
|
||||
ClientConfigWarning {
|
||||
id: clientConfigWarning
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
wizard: root
|
||||
}
|
||||
// rightContent stack index 5
|
||||
ClientConfigAppleMail {
|
||||
id: clientConfigAppleMail
|
||||
Layout.fillHeight: true
|
||||
|
||||
Reference in New Issue
Block a user