alroyso 1 年之前
父节点
当前提交
9d39ef6b82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/app/controller/tray.dart

+ 1 - 1
lib/app/controller/tray.dart

@@ -95,7 +95,7 @@ class TrayController extends GetxController with TrayListener {
      // MenuItem(label: 'tray_about'.tr, onClick: handleClickAbout),
 
 
-      isSHow == true ?  MenuItem(label: "显示控制台", onClick: handleClickConsoleShow,checked: isShowConsole.value) : MenuItem(disabled: true,label: "显示控制台", onClick: handleClickConsoleShow),
+      //isSHow == true ?  MenuItem(label: "显示控制台", onClick: handleClickConsoleShow,checked: isShowConsole.value) : MenuItem(disabled: true,label: "显示控制台", onClick: handleClickConsoleShow),
 
 
       MenuItem(label: 'tray_exit'.tr, onClick: handleClickExit),