From c8cf2b58bae632b6801337971323d37cf9f5a0f0 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 21 Oct 2015 03:00:37 +0000 Subject: Bug 1209599 - group general preferences by category --- extensions/InlineHistory/Extension.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'extensions/InlineHistory') diff --git a/extensions/InlineHistory/Extension.pm b/extensions/InlineHistory/Extension.pm index 86536719f..d563bede8 100644 --- a/extensions/InlineHistory/Extension.pm +++ b/extensions/InlineHistory/Extension.pm @@ -231,7 +231,12 @@ sub _add_duplicates { sub install_before_final_checks { my ($self, $args) = @_; - add_setting('inline_history', ['on', 'off'], 'off'); + add_setting({ + name => 'inline_history', + options => ['on', 'off'], + default => 'off', + category => 'Bug Editing' + }); } __PACKAGE__->NAME; -- cgit v1.2.3-24-g4f1b