UI Feature Flag: Share dialog QR code and social icons

This commit is contained in:
Michael Telatynski
2020-09-16 16:06:17 +01:00
parent f4f94e31d1
commit c11abb74e0
4 changed files with 46 additions and 22 deletions
+8
View File
@@ -622,4 +622,12 @@ export const SETTINGS: {[setting: string]: ISetting} = {
supportedLevels: LEVELS_UI_FEATURE,
default: true,
},
[UIFeature.ShareQRCode]: {
supportedLevels: LEVELS_UI_FEATURE,
default: true,
},
[UIFeature.ShareSocial]: {
supportedLevels: LEVELS_UI_FEATURE,
default: true,
},
};