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:
Bart De Vries 2021-04-19 16:52:30 +02:00
parent 2b11558279
commit dc3599f49c
1 changed files with 1 additions and 1 deletions

View File

@ -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"