Use "root" as id for DiscoverPage

This commit is contained in:
Tobias Fella 2025-02-05 21:23:51 +01:00
parent dc3a1c4987
commit b37875fb5c
No known key found for this signature in database
GPG Key ID: E676397E8AAFFC34

View File

@ -14,7 +14,8 @@ import org.kde.kirigamiaddons.delegates as AddonDelegates
import org.kde.kasts import org.kde.kasts
Kirigami.ScrollablePage { Kirigami.ScrollablePage {
id: page id: root
title: i18nc("@title of page allowing to search for new podcasts online", "Discover") title: i18nc("@title of page allowing to search for new podcasts online", "Discover")
property var feedModel: "" property var feedModel: ""