unified global variable handling between mobile and desktop

This commit is contained in:
zadam
2020-02-25 11:02:59 +01:00
parent fdc99bb6f9
commit a2fe110400
7 changed files with 99 additions and 109 deletions

View File

@@ -28,7 +28,7 @@ class AppContext extends Component {
this.tabManager.loadTabs();
bundleService.executeStartupBundles();
setTimeout(() => bundleService.executeStartupBundles(), 2000);
}
showWidgets() {