mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-24 12:38:57 +00:00
fix(Onboarding): enable the network checks by default
This commit is contained in:
parent
96a974622e
commit
2b0179f936
@ -46,8 +46,6 @@ SplitView {
|
|||||||
SplitView.fillWidth: true
|
SplitView.fillWidth: true
|
||||||
SplitView.fillHeight: true
|
SplitView.fillHeight: true
|
||||||
|
|
||||||
networkChecksEnabled: true
|
|
||||||
|
|
||||||
onboardingStore: OnboardingStore {
|
onboardingStore: OnboardingStore {
|
||||||
readonly property int keycardState: ctrlKeycardState.currentValue // enum Onboarding.KeycardState
|
readonly property int keycardState: ctrlKeycardState.currentValue // enum Onboarding.KeycardState
|
||||||
property int keycardRemainingPinAttempts: 5
|
property int keycardRemainingPinAttempts: 5
|
||||||
|
@ -23,7 +23,7 @@ Page {
|
|||||||
|
|
||||||
property int splashScreenDurationMs: 30000
|
property int splashScreenDurationMs: 30000
|
||||||
property bool biometricsAvailable: Qt.platform.os === Constants.mac
|
property bool biometricsAvailable: Qt.platform.os === Constants.mac
|
||||||
property bool networkChecksEnabled
|
property bool networkChecksEnabled: true
|
||||||
|
|
||||||
readonly property alias stack: stack
|
readonly property alias stack: stack
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user