turnrocklabs / Minerva

Minvera is the Roman goddess of Inspiration. It's also an app that helps you explore and automate your daily life.
Other
4 stars 0 forks source link

Notes tabs getting renamed #92

Closed VampireSqu1d closed 4 weeks ago

VampireSqu1d commented 1 month ago

when you send a request to dall-e and get a response the tabs in the notes tabs container get renamed to the id (you need to have enabled notes for this to happen)

VampireSqu1d commented 1 month ago

you actually don't need notes enabled for this to happen, you just need to have notes tabs

DzIGIBAUER commented 4 weeks ago

Seems this was fixed a while ago. I think render_threads had queue_free that was replaced with free that resolved this. Because queue_free wasn't deleting the nodes immediately, and we were creating new with the same name, it got automatically renamed by the engine. I'll close this and reopen if it appears again.