diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-10 11:12:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 11:12:36 +0200 |
commit | cbfae2b9d7a5c8824edd7d2d7f80fdacd15cd333 (patch) | |
tree | 26761e13bc7bcb9c3170c477ca0fe8efe43de813 /ext/bg/js/options.js | |
parent | d5708de4eed15567e14e0c1fd4998561eee1680e (diff) | |
parent | 14b9f4a82781b9a5044e22437f6b0b02af67a120 (diff) |
Merge pull request #333 from siikamiika/native-popup-windows
Native popup windows
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 78508059..97032660 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -266,6 +266,7 @@ function profileOptionsCreateDefaults() { return { general: { enable: true, + enableClipboardPopups: false, resultOutputMode: 'group', debugInfo: false, maxResults: 32, |