mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
fix: default settings should now work on public system pages too
This commit is contained in:
parent
e3b3fc24bd
commit
769e7c9f36
3 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@
|
|||
</script>
|
||||
|
||||
<!-- display the banner if there's a banner set, and if the current settings allow for it-->
|
||||
{#if user && user.banner && settings && settings.appearance.banner_top}
|
||||
{#if user && user.banner && ((settings && settings.appearance.banner_top) || !settings)}
|
||||
<div class="banner" style="background-image: url({user.banner})" />
|
||||
{/if}
|
||||
<Container>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue