fix: timePerScreen setting and third party source labeling
All checks were successful
/ build (push) Successful in 6m14s
/ check-changes (push) Successful in 7s

This commit is contained in:
Djuri 2025-05-02 23:25:21 +02:00
parent a4d629d664
commit 8389ed8e36
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
4 changed files with 10 additions and 9 deletions

View file

@ -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({