mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Update src/background.ts
This commit is contained in:
parent
31398ec903
commit
2d1e2d0fa4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ browser.browserAction.onClicked.addListener(() => {
|
|||
"150": "static/logo/Tridactyl_150px.png",
|
||||
}}
|
||||
if (toIgnore == "true") {
|
||||
excmds_background.fillcmdline("Tridactyl disabled, refresh pages to take effect")
|
||||
excmds_background.fillcmdline_notrail("Tridactyl disabled, refresh pages to take effect")
|
||||
} else {
|
||||
// TODO: work out how to send a notification even while Tridactyl is disabled
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue