Fix notification check
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<h6>Passsword reset</h6>
|
||||
|
||||
<h6>Delete account</h6>
|
||||
<div class="space"></div>
|
||||
<button class="tertiary" onclick={deleteAccount}>
|
||||
|
||||
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user