diff options
Diffstat (limited to 'source/background.ts')
-rw-r--r-- | source/background.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/background.ts b/source/background.ts index 575ad538..2a23ee51 100644 --- a/source/background.ts +++ b/source/background.ts @@ -22,7 +22,9 @@ new OptionsSync().define({ .replace(/^add-/, '') // #1719 .replace('milestone-navigation', '') // #1767 .replace('op-labels', '') // #1776 - .replace('delete-fork-link', ''); // #1791 + .replace('delete-fork-link', '') // #1791 + .replace('exclude-filter-shortcut', '') // #1831 + ; // eslint-disable-line semi-style }, OptionsSync.migrations.removeUnused ] |