mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-31 00:54:38 +00:00
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
This commit is contained in:
@@ -747,6 +747,10 @@
|
||||
}
|
||||
|
||||
onSearchSelectCommand(where) {
|
||||
// Check if glance is enabled in user preferences
|
||||
if (!Services.prefs.getBoolPref('zen.glance.enabled', false)) {
|
||||
return;
|
||||
}
|
||||
if (where !== 'tab') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user