📝 Description
Currently, switching Spotify accounts requires the user to manually delete the .cache file from the application folder. Adding a dedicated "Logout" button would streamline this process and improve the overall User Experience.
✨ Key Features
🛠 Technical Details
- Logic:
os.remove(".cache") followed by a restart of the SpotifyToolkitApp instance.
- Safety: Add a confirmation dialog ("Are you sure you want to log out?") to prevent accidental clicks.
📝 Description
Currently, switching Spotify accounts requires the user to manually delete the
.cachefile from the application folder. Adding a dedicated "Logout" button would streamline this process and improve the overall User Experience.✨ Key Features
.cachefile (or the file specified inSpotifyOAuth).🛠 Technical Details
os.remove(".cache")followed by a restart of theSpotifyToolkitAppinstance.