mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-19 12:24:53 -04: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
1 changed files with 0 additions and 1 deletions
|
@ -659,7 +659,6 @@ void GxsForumThreadWidget::threadListCustomPopupMenu(QPoint /*point*/)
|
||||||
|
|
||||||
// disable visibility for childless
|
// disable visibility for childless
|
||||||
if (has_current_post) {
|
if (has_current_post) {
|
||||||
replyAct->setVisible(has_children);
|
|
||||||
// still no setEnabled
|
// still no setEnabled
|
||||||
markMsgAsRead->setVisible(IS_MSG_UNREAD(current_post.mMsgStatus));
|
markMsgAsRead->setVisible(IS_MSG_UNREAD(current_post.mMsgStatus));
|
||||||
markMsgAsUnread->setVisible(!IS_MSG_UNREAD(current_post.mMsgStatus));
|
markMsgAsUnread->setVisible(!IS_MSG_UNREAD(current_post.mMsgStatus));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue