mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-15 13:03:08 -04:00
hide comments checkboxes in channel creation dialog since it is not used
This commit is contained in:
parent
4dac402adb
commit
207dfabbca
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user