From 207dfabbca933a7c801108e595e79d502e22c5d2 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 5 Nov 2020 22:56:20 +0100 Subject: [PATCH] hide comments checkboxes in channel creation dialog since it is not used --- retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp index ef5f03e9a..a98e9016a 100644 --- a/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp +++ b/retroshare-gui/src/gui/gxschannels/GxsChannelGroupDialog.cpp @@ -37,7 +37,7 @@ const uint32_t ChannelCreateEnabledFlags = ( // GXS_GROUP_FLAGS_PUBLISHSIGN | // GXS_GROUP_FLAGS_SHAREKEYS | // disabled because the UI doesn't handle it, so no need to show the disabled button. The user can do it in a second step from the channel menu. // GXS_GROUP_FLAGS_PERSONALSIGN | - GXS_GROUP_FLAGS_COMMENTS | + // GXS_GROUP_FLAGS_COMMENTS | // disabled because the UI doesn't handle it yet. Better to hide it then. 0); const uint32_t ChannelCreateDefaultsFlags = ( GXS_GROUP_DEFAULTS_DISTRIB_PUBLIC |