Fix workflow, UI settings as store
This commit is contained in:
parent
e53b487236
commit
6a71f80718
5 changed files with 19 additions and 16 deletions
|
@ -16,9 +16,9 @@
|
|||
Row
|
||||
} from 'sveltestrap';
|
||||
import FirmwareUpdater from './FirmwareUpdater.svelte';
|
||||
import { uiSettings } from '$lib/uiSettings';
|
||||
|
||||
export let settings = {};
|
||||
export let uiSettings;
|
||||
|
||||
export let customText: string;
|
||||
export let status: Writable<{ leds: [] }>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue