Watch
1
0
Fork
You've already forked souveraine
0

drawer: the search field stops auto-focusing on the phone; tapping it summons the keyboard

This commit is contained in:
Fimeg 2026-08-06 11:03:47 -04:00
commit d1e580ee00

View file

@ -63,7 +63,7 @@ RowLayout {
Layout.topMargin: 4
Layout.bottomMargin: 4
implicitHeight: 40
focus: GlobalStates.overviewOpen
focus: GlobalStates.overviewOpen && !(Config?.options?.souveraine?.phone ?? false)
font.pixelSize: Appearance.font.pixelSize.small
placeholderText: Translation.tr("Search, calculate or run")
inputMethodHints: Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase