added hideControls setting

This commit is contained in:
Gani Georgiev
2022-08-18 17:10:42 +03:00
parent cfaff31d97
commit 7be389704d
9 changed files with 72 additions and 40 deletions
+2
View File
@@ -3,3 +3,5 @@ import { writable } from "svelte/store";
export const pageTitle = writable('');
export const appName = writable('');
export const hideControls = writable(false);