mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-19 03:18:15 -04:00
hide comments checkboxes in channel creation dialog since it is not used
This commit is contained in:
parent
4dac402adb
commit
207dfabbca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue