mirror of https://github.com/KDE/kasts.git
Change default new podcast URL into placeholderText
This commit is contained in:
parent
06d694124f
commit
e5cf95c8d7
|
@ -29,7 +29,7 @@ Kirigami.Dialog {
|
|||
Controls.TextField {
|
||||
id: urlField
|
||||
Layout.fillWidth: true
|
||||
text: "https://"
|
||||
placeholderText: "https://example.com/podcast-feed.rss"
|
||||
// focus: addSheet.sheetOpen // disabled for now since it causes problem with virtual keyboard appearing at the same time as the overlay
|
||||
Keys.onReturnPressed: addFeedAction.triggered();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue