kevinhermawan / Ollamac

Mac app for Ollama
Other
1.33k stars 71 forks source link

Previously Deleted Chat Re-Appears When Beginning New Chat #57

Open rb81 opened 6 months ago

rb81 commented 6 months ago

To recreate the issue:

Right after creating a new chat, the previous chat window briefly flashes on screen before the new chat is loaded.

Does this mean the chat that was deleted wasn't actually deleted, or was the previous chat window still in memory and not properly dumped?

rb81 commented 5 months ago

This still exists in version 2.0.0.

kevinhermawan commented 5 months ago

The chat is always deleted from the local database. It seems like the previous chat window is still in memory and not properly dumped, causing it to briefly flash on screen before the new chat is loaded. Thanks for the report; I'll work on this in my spare time.