mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Revert :tab initialposition to 'top'
I think it's too counter-intuitive for everyday use at the moment. The visual feedback isn't quite there
This commit is contained in:
parent
9422bd8e5b
commit
4e55951e55
|
|
@ -1340,7 +1340,7 @@ export class default_config {
|
|||
* Initially position and navigate from the active tab for physical
|
||||
* ordering, or first tab for MRU. "active" and "top" force either.
|
||||
*/
|
||||
initialposition: "auto" as "auto" | "active" | "top",
|
||||
initialposition: "top" as "auto" | "active" | "top",
|
||||
/**
|
||||
* Whether to use unicode symbols to display tab statuses
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue