Change favicon color depending on status

This commit is contained in:
2026-03-19 13:38:27 +01:00
parent c16c07ea42
commit a02ce50cf3
2 changed files with 32 additions and 0 deletions

View File

@@ -22,3 +22,5 @@ waitForKeyElements('.call-history-list call', (element) => { callHistory.showCal
const status = new Status()
// eslint-disable-next-line no-undef
waitForKeyElements('wc-account-menu', (element) => { status.showStatus(element) }, false)
waitForKeyElements('wc-account-menu i.status-indicator', (element) => { status.watchStatus(element) }, false)