mirror of https://github.com/KDE/kasts.git
Don't make PagePool cache pages
This has a dramatic performance impact when refreshing feeds when lots of pages have already been opened.
This commit is contained in:
parent
2b11558279
commit
dc3599f49c
|
@ -22,7 +22,7 @@ Kirigami.ApplicationWindow {
|
|||
property var miniplayerSize: Kirigami.Units.gridUnit * 3 + Kirigami.Units.gridUnit / 6
|
||||
Kirigami.PagePool {
|
||||
id: mainPagePool
|
||||
cachePages: true
|
||||
cachePages: false
|
||||
}
|
||||
|
||||
pageStack.initialPage: mainPagePool.loadPage(SettingsManager.lastOpenedPage === "FeedListPage" ? "qrc:/FeedListPage.qml"
|
||||
|
|
Loading…
Reference in New Issue