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

End-to-end encrypted chat PIN code dialog hidden #2113

Closed
vietthedev opened this issue Jan 22, 2024 · 2 comments · Fixed by #2108
Closed

End-to-end encrypted chat PIN code dialog hidden #2113

vietthedev opened this issue Jan 22, 2024 · 2 comments · Fixed by #2108

Comments

@vietthedev
Copy link

vietthedev commented Jan 22, 2024

It seems the app prevents the PIN code modal from opening so I cannot enter the PIN code to decrypt messages.

OS: Debian 12
Installation: deb package

@vietthedev
Copy link
Author

vietthedev commented Feb 1, 2024

Workaround: Open the DevTools with Ctrl + Shift + I and execute the following code:

document.documentElement.classList.remove('hide-preferences-window')

@mzso
Copy link

mzso commented Feb 3, 2024

@hlqviet

document.documentElement.classList.remove('hide-preferences-window')

Thanks.

@vietthedev vietthedev changed the title End-to-end encrypted chat support End-to-end encrypted chat PIN code dialog hidden Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants