diff --git a/options/settingsDisplay.js b/options/settingsDisplay.js index af2248a..146687f 100644 --- a/options/settingsDisplay.js +++ b/options/settingsDisplay.js @@ -255,6 +255,24 @@ }, ] }, + { + name: "settings", + settings: [ + { + "name": "displayDescriptions" + }, + { + "name": "openSettingSanitation" + }, + { + "name": "exportSettings", + "actions": ["inspectSettings", "inspectWhitelist", "saveSettings", "loadSettings"] + }, + { + "name": "resetSettings" + } + ] + }, ] }, { @@ -592,24 +610,6 @@ }, ] }, - { - name: "settings", - settings: [ - { - "name": "displayDescriptions" - }, - { - "name": "openSettingSanitation" - }, - { - "name": "exportSettings", - "actions": ["inspectSettings", "inspectWhitelist", "saveSettings", "loadSettings"] - }, - { - "name": "resetSettings" - } - ] - } ] } ];