Skip to content

Commit 2d3148e

Browse files
committed
qml: Always show snapshot loading
1 parent 1ad1bf3 commit 2d3148e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/qml/components/ConnectionSettings.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ColumnLayout {
1717
spacing: 4
1818
Setting {
1919
id: gotoSnapshot
20-
visible: !root.onboarding && !snapshotImportCompleted && !root.isIBDCompleted
20+
visible: true
2121
Layout.fillWidth: true
2222
header: qsTr("Load snapshot")
2323
description: qsTr("Instant use with background sync")
@@ -39,7 +39,7 @@ ColumnLayout {
3939
onClicked: root.gotoSnapshot()
4040
}
4141
Separator {
42-
visible: !root.onboarding && !snapshotImportCompleted && !root.isIBDCompleted
42+
visible: true
4343
Layout.fillWidth: true
4444
}
4545
Setting {

0 commit comments

Comments
 (0)