From c3a004df11cc7a1de82af2466fc73b2d1a07d326 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sun, 14 Nov 2021 15:25:19 -0600 Subject: [PATCH] Fix double option Signed-off-by: Sam Therapy --- src/components/settings_modal/tabs/general_tab.vue | 5 ----- src/i18n/en.json | 1 - 2 files changed, 6 deletions(-) diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index ab22f1d3..18f2629d 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -11,11 +11,6 @@ {{ $t('settings.hide_isp') }} -
  • - - {{ $t('settings.show_third_column') }} - -
  • {{ $t('settings.right_sidebar') }} diff --git a/src/i18n/en.json b/src/i18n/en.json index 7b2df5f4..b1fede70 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -459,7 +459,6 @@ "reset_banner_confirm": "Do you really want to reset the banner?", "reset_background_confirm": "Do you really want to reset the background?", "settings": "Settings", - "show_third_column": "Show separate notifications column", "subject_input_always_show": "Always show subject field", "subject_line_behavior": "Copy subject when replying", "subject_line_email": "Like email: \"re: subject\"",