diff options
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r-- | mobile-widgets/qml/StartPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index 16fa7cc3a..9c5e1a22c 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -28,7 +28,7 @@ Kirigami.ScrollablePage { } Controls.Label { id: explanationTextBasic - visible: !showPin + visible: !prefs.showPin Layout.fillWidth: true Layout.margins: Kirigami.Units.gridUnit Layout.topMargin: Kirigami.Units.gridUnit * 3 @@ -41,7 +41,7 @@ Kirigami.ScrollablePage { } Controls.Label { id: explanationTextPin - visible: showPin + visible: prefs.showPin Layout.fillWidth: true Layout.margins: Kirigami.Units.gridUnit Layout.topMargin: Kirigami.Units.gridUnit * 3 |