Lazy loading for the tweets

This commit is contained in:
Ilya Kitaev
2016-06-21 11:58:06 +03:00
parent 417c9bf609
commit 88d9be953b
4 changed files with 47 additions and 28 deletions

View File

@@ -210,6 +210,12 @@ ApplicationWindow {
}
}
onRightPanelExpandedChanged: {
if (rightPanelExpanded) {
rightPanel.updateTweets()
}
}
Settings {
id: persistentSettings
property string language