mirror of https://github.com/KDE/kasts.git
Port away from deprecated mainItem on ScrollablePage
This commit is contained in:
parent
1fc625dc8f
commit
8ff1992d22
|
@ -104,7 +104,7 @@ Kirigami.ScrollablePage {
|
|||
fileMode: FileDialog.SaveFile
|
||||
}
|
||||
|
||||
mainItem: GridView {
|
||||
GridView {
|
||||
id: feedList
|
||||
visible: count !== 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue