mirror of https://github.com/KDE/kasts.git
Fix AddFeedSheet battling for focus on startup
This commit is contained in:
parent
73b2cf565c
commit
143ff3a2ed
|
@ -29,7 +29,7 @@ Kirigami.OverlaySheet {
|
||||||
id: urlField
|
id: urlField
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: "https://"
|
text: "https://"
|
||||||
focus: true
|
focus: addSheet.sheetOpen
|
||||||
Keys.onReturnPressed: addFeedButton.clicked();
|
Keys.onReturnPressed: addFeedButton.clicked();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue