Fix notification check

This commit is contained in:
WardPearce
2026-02-14 22:12:24 +13:00
parent a2e299a759
commit a6011fc170
2 changed files with 1 additions and 3 deletions
@@ -21,8 +21,6 @@
}
</script>
<h6>Passsword reset</h6>
<h6>Delete account</h6>
<div class="space"></div>
<button class="tertiary" onclick={deleteAccount}>
+1 -1
View File
@@ -346,7 +346,7 @@
<i class:primary-text={$syncPartyPeerStore}>group</i>
<div class="tooltip bottom">{$_('layout.syncParty')}</div>
</button>
{#if (!$invidiousAuthStore && !isOwnBackend()?.internalAuth) || !$rawMasterKeyStore}
{#if $invidiousAuthStore && !isYTBackend()}
<button
class="circle large transparent"
onclick={() => {