Minor fixes (partly on alligator work/podcasts branch)

This commit is contained in:
Bart De Vries 2021-04-02 22:32:16 +02:00
parent 13868709e7
commit 2a9fc8e0a9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Kirigami.OverlaySheet {
Controls.TextField {
id: urlField
Layout.fillWidth: true
text: "https://planet.kde.org/global/atom.xml/"
text: "https://planet.kde.org/global/atom.xml"
}
}