Remove 'safety number approval' option from settings dialog
Also sync templates in test/index.html and background.html FREEBIE
This commit is contained in:
parent
9204188aa3
commit
c7e385eb38
4 changed files with 6 additions and 22 deletions
|
@ -64,11 +64,6 @@
|
|||
defaultValue: false,
|
||||
name: 'audio-notification'
|
||||
});
|
||||
new CheckboxView({
|
||||
el: this.$('.safety-numbers-settings'),
|
||||
defaultValue: true,
|
||||
name: 'safety-numbers-approval'
|
||||
});
|
||||
if (textsecure.storage.user.getDeviceId() != '1') {
|
||||
var syncView = new SyncView().render();
|
||||
this.$('.content').append(syncView.el);
|
||||
|
@ -87,8 +82,6 @@
|
|||
nameAndMessage: i18n('nameAndMessage'),
|
||||
noNameOrMessage: i18n('noNameOrMessage'),
|
||||
nameOnly: i18n('nameOnly'),
|
||||
safetyNumbersSettingDescription: i18n('safetyNumbersSettingDescription'),
|
||||
safetyNumbersSettingHeader: i18n('safetyNumbersSettingHeader'),
|
||||
audioNotificationDescription: i18n('audioNotificationDescription'),
|
||||
themeAndroidDark: i18n('themeAndroidDark'),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue