fixing a buch of comments
This commit is contained in:
parent
0117f1896c
commit
342eda431f
2 changed files with 22 additions and 20 deletions
|
|
@ -95,7 +95,7 @@ if ($i) {
|
|||
const connection = useStream().useChannel('main', null, 'UI');
|
||||
connection.on('notification', onNotification);
|
||||
|
||||
//For the favicon notification dot
|
||||
// For the favicon notification dot
|
||||
watch(() => $i?.hasUnreadNotification && defaultStore.state.enableFaviconNotificationDot, (hasAny) => setFavIconDot(hasAny as boolean));
|
||||
|
||||
if ($i.hasUnreadNotification && defaultStore.state.enableFaviconNotificationDot) setFavIconDot(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue