mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-18 12:32:12 +00:00
* fix: Switch to last used tab on tab close lastAccessed time will be used to select the active tab instead of positional selection or ownership when a tab is closed, returning the user to their last used tab. * test: Merge branch and add tests, b=no-bug, c=common, tests, tabs, workspaces --------- Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
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.tabs.vertical
|
|
value: true
|
|
|
|
- name: zen.tabs.vertical.right-side
|
|
value: false
|
|
|
|
- name: zen.tabs.rename-tabs
|
|
value: true
|
|
|
|
- name: zen.tabs.essentials.max
|
|
value: 12
|
|
|
|
- name: zen.tabs.show-newtab-vertical
|
|
value: true
|
|
|
|
- name: zen.tabs.close-window-with-empty
|
|
value: true
|
|
|
|
- name: zen.tabs.select-recently-used-on-close
|
|
value: true
|
|
|
|
- name: zen.tabs.use-legacy-drag-and-drop
|
|
value: false
|
|
|
|
- name: zen.tabs.folder-dragover-threshold-percent
|
|
value: 20 # Percentage of folder height to trigger dragover
|
|
|
|
- name: zen.tabs.dnd-switch-space-delay
|
|
value: 1000 # milliseconds
|
|
|
|
- name: zen.ctrlTab.show-pending-tabs
|
|
value: false
|
|
|
|
- name: zen.mediacontrols.enabled
|
|
value: true
|
|
|
|
- name: zen.haptic-feedback.enabled
|
|
value: true
|
|
|
|
- name: zen.startup.smooth-scroll-in-tabs
|
|
value: true
|
|
|
|
- name: zen.tabs.open-pinned-in-new-tab
|
|
value: true
|
|
|
|
- name: zen.tabs.close-on-back-with-no-history
|
|
value: true
|
|
|
|
- name: zen.tabs.ctrl-tab.ignore-essential-tabs
|
|
value: false
|
|
|
|
- name: zen.tabs.ctrl-tab.ignore-pending-tabs
|
|
value: false
|