Add a UI feature to disable advanced encryption options

This commit is contained in:
Travis Ralston 2020-09-18 11:33:02 -06:00
parent 72f53e2cae
commit 5630f35715
6 changed files with 108 additions and 17 deletions

View file

@ -16,6 +16,7 @@ limitations under the License.
// see settings.md for documentation on conventions
export enum UIFeature {
AdvancedEncryption = "UIFeature.advancedEncryption",
URLPreviews = "UIFeature.urlPreviews",
Widgets = "UIFeature.widgets",
Voip = "UIFeature.voip",