summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-23 17:34:57 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-23 17:34:57 +0200
commit2274642f1219590b63fd1e407aee403b5bdb9712 (patch)
tree2e4750c854b67685d574b5ec410c615e17ecdf9b /include
parentDon't dismiss the loading overlay by clicking (diff)
downloadnheko-2274642f1219590b63fd1e407aee403b5bdb9712.tar.xz
Show the scroll-down button when showing the timeline
Diffstat (limited to 'include')
-rw-r--r--include/timeline/TimelineView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timeline/TimelineView.h b/include/timeline/TimelineView.h

index 1ebf6eb7..ddabf104 100644 --- a/include/timeline/TimelineView.h +++ b/include/timeline/TimelineView.h
@@ -134,6 +134,8 @@ private: }); }; + //! Decides whether or not to show or hide the scroll down button. + void toggleScrollDownButton(); void init(); void addTimelineItem(TimelineItem *item, TimelineDirection direction); void updateLastSender(const QString &user_id, TimelineDirection direction);