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

[BUG] Quit Session button doesn't work on Mac #3111

Open
3 tasks done
the-SecEng opened this issue May 29, 2024 · 2 comments
Open
3 tasks done

[BUG] Quit Session button doesn't work on Mac #3111

the-SecEng opened this issue May 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@the-SecEng
Copy link

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Clicking quit session button doesn't quits the session.

Expected Behavior

It should sign out and clear everything in the app

Steps To Reproduce

  1. Click the quit session button
  2. Closes the app but when you click to turn on it still shows the previous session...

Desktop Version

v1.12.3

Anything else?

No response

@the-SecEng the-SecEng added the bug Something isn't working label May 29, 2024
@yougotwill
Copy link
Collaborator

@goktugerol-dev What version of mac are you running? Quit works fine for me on both intel and aarch64? 🤔

@KeeJef
Copy link
Collaborator

KeeJef commented Jul 1, 2024

@goktugerol-dev are you referring to the red close button, which currently sends the app to the tray in MacOS, allowing it to keep running in the background instead of quitting? To fully quit the app, you need to select the quit option from the menu; this is the expected behavior.

Or are you asking about the actual quit button not erasing local data from the app? We currently do not support this function as it would be very disruptive for most users. If you want to ensure that data is not accessible when restarting, you can add a password to the app in the settings menu. This encrypts the session data at rest, so the app will not automatically reload your last session upon restarting until you enter your password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants