This commit is contained in:
jusax23 2022-11-03 22:21:52 +01:00
parent fb72684328
commit 36356a5743

View file

@ -11,8 +11,6 @@ const call = async (stear, { find, resolve, close, render, call, include, event
/*event.onBeforRerender = async () => { }*/
/*event.onAfterRerender = async () => { }*/
event.onHashChange
let menu = [
include(splash),
include(apps),
@ -68,4 +66,4 @@ const call = async (stear, { find, resolve, close, render, call, include, event
</div>;
}
export default new SWindow({ call, backgroundColor: "#dde", hash:"/" });
export default new SWindow({ call, backgroundColor: "#dde"});