|
@@ -95,7 +95,7 @@ class TrayController extends GetxController with TrayListener {
|
|
// MenuItem(label: 'tray_about'.tr, onClick: handleClickAbout),
|
|
// 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),
|
|
MenuItem(label: 'tray_exit'.tr, onClick: handleClickExit),
|