keep focus on current item when changing view mode

This commit is contained in:
csoler 2020-08-29 14:13:03 +02:00
parent f17fae4519
commit 11ecd6fbd1
2 changed files with 26 additions and 0 deletions

View file

@ -159,6 +159,8 @@ public slots:
private:
void processSettings(bool load);
RsGxsMessageId getCurrentItemId() const;
void selectItem(const RsGxsMessageId& msg_id);
void setAutoDownload(bool autoDl);
static bool filterItem(FeedItem *feedItem, const QString &text, int filter);