Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
remove various beta flags from settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Nov 17, 2017
1 parent ae0264f commit 36e27bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/data/modules/newmodmailpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function newmodmailpro() {
self.register_setting('searcharchive', {
'type': 'boolean',
'default': false,
'beta': true,
'beta': false,
'title': 'Add rudimentary search functionality to the archive page. This will only be able to search the preview text.'
});

Expand Down
2 changes: 1 addition & 1 deletion extension/data/modules/queuetools.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function queuetools() {
self.register_setting('openContextInPopup', {
'type': 'boolean',
'default': true,
'beta': true,
'beta': false,
'title': 'Open context links in a toolbox popup. Allows for quickly viewing the context of something without leaving the queue page.'
});

Expand Down

0 comments on commit 36e27bb

Please sign in to comment.