firefox: open tabs after current tab

This commit is contained in:
Aminda Suomalainen 2025-05-21 19:41:37 +03:00
parent 70e2881a22
commit 5e7d451e89
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -748,6 +748,16 @@
"Type": "number", "Type": "number",
"Value": 0 "Value": 0
}, },
"browser.tabs.insertAfterCurrent": {
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.tabs.insertAfterCurrentExceptPinned": {
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.tabs.unloadOnLowMemory": { "browser.tabs.unloadOnLowMemory": {
"Status": "locked", "Status": "locked",
"Type": "boolean", "Type": "boolean",