mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 02:50:07 -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
|
// 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…
x
Reference in New Issue
Block a user