sailfish-safe

Sailfish frontend for safe(1)
git clone git://git.z3bra.org/sailfish-safe.git
Log | Files | Refs | README | LICENSE

commit b76b96edbea9bea1bbeee6db3fbf0e99277ecfd9
parent cd6e46f97c1c3423a493ba314590b97b37abeed8
Author: Dan Vrátil <me@dvratil.cz>
Date:   Wed, 17 Feb 2021 20:49:15 +0100

Merge pull request #10 from razcampagne/master

Automatically focus the input field on search page
Diffstat:
Mqml/pages/SearchPage.qml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/qml/pages/SearchPage.qml b/qml/pages/SearchPage.qml @@ -34,6 +34,7 @@ Page { width: parent.width focus: true onTextChanged: model.filter = text + Component.onCompleted: { forceActiveFocus(); } } delegate: PasswordDelegate {