mlx-chat / mlx-chat-app

Chat with MLX is a high-performance macOS application that connects your local documents to a personalized large language model (LLM).
MIT License
161 stars 9 forks source link

Window disappearing #31

Closed namp closed 7 months ago

namp commented 7 months ago

If there's a click anywhere except on the pop up window it disappears without any way of bringing it back unless the app is restarted (npm run dev)

namp commented 7 months ago

Solved by commenting out

win.hide();

at line 279 in main.ts

ParkerSm1th commented 7 months ago

Hey @namp! Thanks for using mlx chat.

This is actually intentional as we want it to be similar to spotlight. If you click Cmd + , you can open the settings menu to set your keybind. By default it is Cmd + O to toggle the popup.

namp commented 7 months ago

Ahh I see.

Thank you very much for your reply!