mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix link to config help
This commit is contained in:
parent
9a030adc71
commit
8a2ec6fda0
1 changed files with 4 additions and 1 deletions
|
@ -2550,7 +2550,7 @@ export function searchsetkeyword(keyword: string, url: string) {
|
|||
|
||||
/** Set a key value pair in config.
|
||||
|
||||
Use to set any string values found [here](/static/docs/modules/_src_config_.html#defaults)
|
||||
Use to set any string values found [here](/static/docs/classes/_src_config_.default_config.html).
|
||||
|
||||
e.g.
|
||||
set searchurls.google https://www.google.com/search?q=
|
||||
|
@ -2885,6 +2885,9 @@ export function viewconfig(key?: string) {
|
|||
//window.location.href = "data:application/json;base64," + btoa(JSON.stringify(config.get()))
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset a config setting to default
|
||||
*/
|
||||
//#background
|
||||
export function unset(...keys: string[]) {
|
||||
const target = keys.join(".").split(".")
|
||||
|
|
Loading…
Add table
Reference in a new issue