mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Rename old setting
This commit is contained in:
parent
9a99c21b1c
commit
be36b6c2bd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ let enabled = false
|
|||
/** Initialise the cmdline_iframe element unless the window location is included in a value of config/noiframe */
|
||||
async function init() {
|
||||
const noiframe = await config.getAsync("noiframe")
|
||||
const notridactyl = await config.getAsync("disable")
|
||||
const notridactyl = await config.getAsync("superignore")
|
||||
if (noiframe === "false" && notridactyl !== "true" && !enabled) {
|
||||
hide()
|
||||
document.documentElement.appendChild(cmdline_iframe)
|
||||
|
|
Loading…
Add table
Reference in a new issue