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

Commit 36e27bb

Browse files
committed
remove various beta flags from settings.
1 parent ae0264f commit 36e27bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/data/modules/newmodmailpro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function newmodmailpro() {
3434
self.register_setting('searcharchive', {
3535
'type': 'boolean',
3636
'default': false,
37-
'beta': true,
37+
'beta': false,
3838
'title': 'Add rudimentary search functionality to the archive page. This will only be able to search the preview text.'
3939
});
4040

extension/data/modules/queuetools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function queuetools() {
9595
self.register_setting('openContextInPopup', {
9696
'type': 'boolean',
9797
'default': true,
98-
'beta': true,
98+
'beta': false,
9999
'title': 'Open context links in a toolbox popup. Allows for quickly viewing the context of something without leaving the queue page.'
100100
});
101101

0 commit comments

Comments
 (0)