alroyso 1 éve
szülő
commit
9d39ef6b82
1 módosított fájl, 1 hozzáadás és 1 törlés
  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),