Przeglądaj źródła

Work on launcher.

Brian E. Granger 7 lat temu
rodzic
commit
b0aabadc34
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      packages/launcher/src/index.tsx

+ 1 - 4
packages/launcher/src/index.tsx

@@ -326,11 +326,8 @@ class LauncherWidget extends VDomRenderer<LauncherModel> {
       sections.push(section);
     }
 
-    // Render the console category
-    if (categories.Console) {
 
-    }
-    if (categories.Other) {}
+
     let items = map(sorted, item => {
       let onclick = () => {
         let callback = item.callback;