fixes lol
This commit is contained in:
parent
c358db55aa
commit
c2bfa06faa
5 changed files with 149 additions and 4 deletions
|
|
@ -3,5 +3,7 @@ import { writable } from 'svelte/store';
|
|||
export const siteSettings = writable({
|
||||
site_title: 'Stream',
|
||||
logo_path: '',
|
||||
logo_display_mode: 'text'
|
||||
logo_display_mode: 'text',
|
||||
announcement_enabled: false,
|
||||
announcement_text: ''
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue