Explorar o código

Work on launcher.

Brian E. Granger %!s(int64=7) %!d(string=hai) anos
pai
achega
b0aabadc34
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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;