Tiny changes

This commit is contained in:
binwiederhier 2023-06-14 08:04:16 -04:00
parent 6b38499bdc
commit 790fd43369
5 changed files with 4 additions and 8 deletions

View file

@ -57,7 +57,6 @@ const App = () => {
const updateTitle = (newNotificationsCount) => {
document.title = newNotificationsCount > 0 ? `(${newNotificationsCount}) ntfy` : "ntfy";
window.navigator.setAppBadge?.(newNotificationsCount);
};