Fix AddFeedSheet battling for focus on startup

This commit is contained in:
Bart De Vries 2021-07-06 20:33:25 +02:00
parent 73b2cf565c
commit 143ff3a2ed
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Kirigami.OverlaySheet {
id: urlField
Layout.fillWidth: true
text: "https://"
focus: true
focus: addSheet.sheetOpen
Keys.onReturnPressed: addFeedButton.clicked();
}