Change default new podcast URL into placeholderText
This commit is contained in:
parent
06d694124f
commit
e5cf95c8d7
@ -29,7 +29,7 @@ Kirigami.Dialog {
|
|||||||
Controls.TextField {
|
Controls.TextField {
|
||||||
id: urlField
|
id: urlField
|
||||||
Layout.fillWidth: true
|
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
|
// 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();
|
Keys.onReturnPressed: addFeedAction.triggered();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user