fix: timePerScreen setting and third party source labeling
This commit is contained in:
parent
a4d629d664
commit
8389ed8e36
4 changed files with 10 additions and 9 deletions
|
@ -13,9 +13,8 @@
|
|||
import { uiSettings } from '$lib/uiSettings';
|
||||
|
||||
let settings = writable({
|
||||
fgColor: '0',
|
||||
bgColor: '0',
|
||||
isLoaded: false
|
||||
isLoaded: false,
|
||||
timePerScreen: 0
|
||||
});
|
||||
|
||||
let status = writable({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue