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),