mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 22:01:05 -05:00
gxsforums: undo leftover of invisible reply menu action
for last post in thread my bad
This commit is contained in:
parent
2c03deaa33
commit
6b174ede8e
@ -659,7 +659,6 @@ void GxsForumThreadWidget::threadListCustomPopupMenu(QPoint /*point*/)
|
||||
|
||||
// disable visibility for childless
|
||||
if (has_current_post) {
|
||||
replyAct->setVisible(has_children);
|
||||
// still no setEnabled
|
||||
markMsgAsRead->setVisible(IS_MSG_UNREAD(current_post.mMsgStatus));
|
||||
markMsgAsUnread->setVisible(!IS_MSG_UNREAD(current_post.mMsgStatus));
|
||||
|
Loading…
Reference in New Issue
Block a user