()
| 103 | |
| 104 | // No signal, created once per load |
| 105 | function initOnce(): void { |
| 106 | registerHotkey('g u', openUnreadNotifications); |
| 107 | document.documentElement.classList.add('rgh-unread-anywhere'); |
| 108 | observe(buttonWithNotificationsSelector + ':not(.rgh-unread-anywhere-wrapper *)', addButton); |
| 109 | } |
| 110 | |
| 111 | void features.add(import.meta.url, { |
| 112 | shortcuts: { |
nothing calls this directly
no test coverage detected