From d89f23261cd619a406d4d50006871b10f1e653c6 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 16 Jan 2021 16:55:40 -0500 Subject: Update default settings page (#1254) * Update settings v2 to be the default for existing users * Update information on the old settings page * Update information on the new settings page * Update tests --- test/test-options-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 307638e2..c857b13f 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -559,7 +559,7 @@ function createOptionsUpdatedTestData1() { database: { prefixWildcardsSupported: false }, - useSettingsV2: false + useSettingsV2: true } }; } -- cgit v1.2.3