aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index 7101d096..6f90bcf8 100644
--- a/main.qml
+++ b/main.qml
@@ -210,6 +210,12 @@ ApplicationWindow {
}
}
+ onRightPanelExpandedChanged: {
+ if (rightPanelExpanded) {
+ rightPanel.updateTweets()
+ }
+ }
+
Settings {
id: persistentSettings
property string language