We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad1bf3 commit 2d3148eCopy full SHA for 2d3148e
1 file changed
src/qml/components/ConnectionSettings.qml
@@ -17,7 +17,7 @@ ColumnLayout {
17
spacing: 4
18
Setting {
19
id: gotoSnapshot
20
- visible: !root.onboarding && !snapshotImportCompleted && !root.isIBDCompleted
+ visible: true
21
Layout.fillWidth: true
22
header: qsTr("Load snapshot")
23
description: qsTr("Instant use with background sync")
@@ -39,7 +39,7 @@ ColumnLayout {
39
onClicked: root.gotoSnapshot()
40
}
41
Separator {
42
43
44
45
0 commit comments