summaryrefslogtreecommitdiff
path: root/source/options-storage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/options-storage.ts')
-rw-r--r--source/options-storage.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/options-storage.ts b/source/options-storage.ts
index f18a2b13..59b5ce6f 100644
--- a/source/options-storage.ts
+++ b/source/options-storage.ts
@@ -36,6 +36,7 @@ const migrations = [
featureWasRenamed('hide-useless-newsfeed-events', 'hide-noisy-newsfeed-events'), // Merged in August
featureWasRenamed('no-useless-split-diff-view', 'no-unnecessary-split-diff-view'), // Merged in August
featureWasRenamed('unwrap-useless-dropdowns', 'unwrap-unnecessary-dropdowns'), // Merged in August
+ featureWasRenamed('navigate-pages-with-arrow-keys', 'pagination-hotkey'), // Merged in September
// Removed features will be automatically removed from the options as well
OptionsSyncPerDomain.migrations.removeUnused,