mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 16:21:29 -04:00
Added "Mark all as read/unread" to channels.
Updated open points for forums and channels. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7440 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
199c38b2b8
commit
6c3b6c6880
4 changed files with 19 additions and 44 deletions
|
@ -28,10 +28,6 @@
|
|||
#include "gui/settings/rsharesettings.h"
|
||||
#include "gui/notifyqt.h"
|
||||
|
||||
/****
|
||||
* #define DEBUG_CHANNEL
|
||||
***/
|
||||
|
||||
/** Constructor */
|
||||
GxsChannelDialog::GxsChannelDialog(QWidget *parent)
|
||||
: GxsGroupFrameDialog(rsGxsChannels, parent)
|
||||
|
@ -62,10 +58,8 @@ QString GxsChannelDialog::text(TextType type)
|
|||
"<li>Threaded load of messages"
|
||||
"<li>Share key"
|
||||
"<li>Restore channel keys"
|
||||
"<li>Copy/navigate channel link"
|
||||
"<li>Display count of unread messages"
|
||||
"<li>Set all as read"
|
||||
"<li>Set read/unread status"
|
||||
"<li>Navigate channel link"
|
||||
"<li>Don't show own posts as unread"
|
||||
"</ul>";
|
||||
|
||||
case TEXT_YOUR_GROUP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue