Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only install Q once for previous users #5125

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Commits on Jun 10, 2024

  1. fix: only install Q once for previous users

    Problem: Q installs whenever a past connection is detected. If users don't log out of that connection, then they will forever have Q auto-installed on startup even if they don't want it.
    Solution: Only install once, then store to global state that we did.
    
    - Cleanup the install code a bit
    - Use the same global state key for dismissing the install q notification.
    
    Fixes aws#4898
    hayemaxi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c4a675d View commit details
    Browse the repository at this point in the history