diff options
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -210,6 +210,12 @@ ApplicationWindow { } } + onRightPanelExpandedChanged: { + if (rightPanelExpanded) { + rightPanel.updateTweets() + } + } + Settings { id: persistentSettings property string language |
