mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 23:28:55 +00:00
* chore: Sync upstream to `Firefox 146.0.1` * Update candidate version to 146.0.1 Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> * Update Twilight version to RC 146.0.1 Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> * feat: Reduce the animation duration for glance, b=no-bug, c=glance --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
19 lines
507 B
YAML
19 lines
507 B
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
- name: zen.glance.enabled
|
|
value: true
|
|
|
|
- name: zen.glance.enable-contextmenu-search
|
|
value: true
|
|
|
|
- name: zen.glance.open-essential-external-links
|
|
value: true
|
|
|
|
- name: zen.glance.activation-method
|
|
value: 'alt' # ctrl, alt, shift
|
|
|
|
- name: zen.glance.animation-duration
|
|
value: 350 # in milliseconds
|