diff --git a/qml/main.qml b/qml/main.qml index 45e6d12..42ee881 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -7,7 +7,6 @@ import org.kde.kirigami 2.4 as Kirigami Kirigami.ApplicationWindow { id: root - property alias showPasswordsOnFocus: showPasswordsOnFocusSwitch.checked property var fieldsPage: undefined property var lastEntriesPage: undefined @@ -182,11 +181,6 @@ Kirigami.ApplicationWindow { visible: nativeInterface.supportsNativeFileDialog onCheckedChanged: nativeInterface.useNativeFileDialog = checked } - Controls.Switch { - id: showPasswordsOnFocusSwitch - text: qsTr("Show passwords on focus") - checked: true - } } contextDrawer: Kirigami.ContextDrawer { id: contextDrawer