switching networks works, established server functions
This commit is contained in:
@@ -8,8 +8,8 @@ class Home extends Shadow {
|
||||
ZStack(() => {
|
||||
|
||||
ZStack(() => {
|
||||
console.log(window.currentApp)
|
||||
switch(window.currentApp) {
|
||||
console.log(global.currentApp)
|
||||
switch(global.currentApp) {
|
||||
case "Dashboard":
|
||||
Dashboard()
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user