fixed wrong default value for showUnconnected nodes

This commit is contained in:
csoler 2019-09-23 19:44:20 +02:00
parent 282d2d324d
commit a04d56e84e
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
#include "retroshare/rsexpr.h"
#include "retroshare/rsmsgs.h"
#define DEBUG_MODEL
//#define DEBUG_MODEL
//#define DEBUG_MODEL_INDEX
#define IS_MESSAGE_UNREAD(flags) (flags & (RS_MSG_NEW | RS_MSG_UNREAD_BY_USER))