فهرست منبع

Work on launcher.

Brian E. Granger 7 سال پیش
والد
کامیت
b0aabadc34
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  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;