mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Update src/background.ts
This commit is contained in:
parent
31398ec903
commit
2d1e2d0fa4
|
|
@ -101,7 +101,7 @@ browser.browserAction.onClicked.addListener(() => {
|
||||||
"150": "static/logo/Tridactyl_150px.png",
|
"150": "static/logo/Tridactyl_150px.png",
|
||||||
}}
|
}}
|
||||||
if (toIgnore == "true") {
|
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 {
|
} else {
|
||||||
// TODO: work out how to send a notification even while Tridactyl is disabled
|
// TODO: work out how to send a notification even while Tridactyl is disabled
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue