diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-01-26 00:03:09 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-01-26 00:03:09 -0500 |
commit | cb93ac3402a9b8d8862ce97d05386c52811166c5 (patch) | |
tree | bfb982da80ebc4251bc1bc6271daec8352793d48 /resources/qml/TimelineView.qml | |
parent | Initial commit for privacy screen (diff) | |
download | nheko-cb93ac3402a9b8d8862ce97d05386c52811166c5.tar.xz |
Fix formatting
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 5f43de55..35d09d5a 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -189,6 +189,7 @@ Page { ColumnLayout { id: timelineLayout + visible: TimelineManager.timeline != null anchors.fill: parent spacing: 0 |