HorrorPills / ChatGPT-Gnome-Desktop-Extension

ChatGPT Gnome Desktop Extension | Talk with ChatGPT from your menubar!
MIT License
508 stars 37 forks source link

Persist sign-in session in XDG_DATA_HOME. #32

Closed yjwong closed 1 year ago

yjwong commented 1 year ago

This change adds support for persisting session, so you don't have to sign into ChatGPT the moment the window is closed :) I'm not sure what's the best practice around data storage for extensions, so I chose to store the cookie data under $XDG_DATA_HOME/ChatGPT-Gnome-Desktop-Extension.

This should close #30.