mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-27 09:44:14 +00:00
* feat(downloads): add pref to control download popup position independently Add `zen.downloads.icon-popup-position` preference that allows users to control the download popup/indicator position independently from the vertical tabs position. Valid values: - "follow-tabs" (default): popup appears on same side as vertical tabs - "left": popup always appears on the left - "right": popup always appears on the right This is useful for users who have vertical tabs on the right but prefer the download indicator to appear on the left side of the screen. * feat: Convert pref to integers, b=no-bug, c=no-component --------- Co-authored-by: salmonumbrella <salmonumbrella@users.noreply.github.com> Co-authored-by: mr. m <mr.m@tuta.com>
16 lines
457 B
YAML
16 lines
457 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.downloads.download-animation
|
|
value: true
|
|
|
|
- name: zen.downloads.download-animation-duration
|
|
value: 1000 # ms
|
|
|
|
- name: zen.downloads.icon-popup-position
|
|
# 0: Follow tab's position
|
|
# 1: Left side always
|
|
# 2: Right side always
|
|
value: 0
|