Update src/background.ts

This commit is contained in:
Oliver Blanthorn 2022-04-28 12:20:44 +01:00 committed by GitHub
parent 31398ec903
commit 2d1e2d0fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}