Add complete device and kiosk backup
This commit is contained in:
@@ -51,6 +51,7 @@ import * as stopwatch from './meters/stopwatch.js';
|
||||
|
||||
// Options UI
|
||||
import { setupOptions } from './ui/options.js';
|
||||
import { setupKioskBrowserBackup } from './ui/kiosk_browser_backup.js';
|
||||
|
||||
// --- Canvas & Context ---------------------------------------------------------
|
||||
const C = document.getElementById('cv');
|
||||
@@ -2734,6 +2735,7 @@ async function loop(now){
|
||||
(async function boot(){
|
||||
try{
|
||||
const start = async () => {
|
||||
if (!await setupKioskBrowserBackup()) return;
|
||||
await new Promise((resolve) => setTimeout(resolve, 2000));
|
||||
const layoutParam = (() => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user