fix(Onboarding): enable the network checks by default

This commit is contained in:
Lukáš Tinkl 2025-01-07 17:30:16 +01:00 committed by Lukáš Tinkl
parent 96a974622e
commit 2b0179f936
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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