mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
dont show banners at top by default
This commit is contained in:
parent
4a398b4e00
commit
1f2aa44bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
let settings = {
|
let settings = {
|
||||||
appearance: {
|
appearance: {
|
||||||
banner_top: true,
|
banner_top: false,
|
||||||
banner_bottom: true,
|
banner_bottom: true,
|
||||||
gradient_background: false,
|
gradient_background: false,
|
||||||
color_background: false,
|
color_background: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue