Skip to content

Commit

Permalink
fix(Onboarding): enable the network checks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
caybro authored and micieslak committed Jan 9, 2025
1 parent 7e72a0b commit 80f4bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions storybook/pages/OnboardingLayoutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ SplitView {
SplitView.fillWidth: true
SplitView.fillHeight: true

networkChecksEnabled: true

onboardingStore: OnboardingStore {
readonly property int keycardState: ctrlKeycardState.currentValue // enum Onboarding.KeycardState
property int keycardRemainingPinAttempts: 5
Expand Down
2 changes: 1 addition & 1 deletion ui/app/AppLayouts/Onboarding2/OnboardingLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Page {

property int splashScreenDurationMs: 30000
property bool biometricsAvailable: Qt.platform.os === Constants.mac
property bool networkChecksEnabled
property bool networkChecksEnabled: true

readonly property alias stack: stack

Expand Down

0 comments on commit 80f4bca

Please sign in to comment.