Change default new podcast URL into placeholderText

This commit is contained in:
Bart De Vries 2022-06-18 16:27:37 +02:00
parent 06d694124f
commit e5cf95c8d7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}