ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[Bug]

Open erdengbing opened this issue 2 years ago • 2 comments

Version

0.11.0

Bug description

"Hide Dock Icon" is true and "Enable SystemTray" is false that DISASTER ~

OS

MacOS 12.6

Environment

No response

erdengbing avatar Feb 17 '23 14:02 erdengbing

Why is it necessary to hide both the dock and the system tray? You can use Activity Monitor to kill the application process. Then open the configuration file and change one of them to true (~/.chatgpt/chat.conf.json):

{
  "tray": true,
  "hide_dock_icon": true
}

In the next version, I will make sure that at least one of them is true.

lencx avatar Feb 17 '23 15:02 lencx

Thanks a lot and I didn't mean to set it up this way, it just happened to be the case.

erdengbing avatar Feb 26 '23 07:02 erdengbing