drawer: the search field stops auto-focusing on the phone; tapping it summons the keyboard
This commit is contained in:
parent
3d3eb2cc8e
commit
d1e580ee00
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue