sindresorhus / caprine

Elegant Facebook Messenger desktop app

Home Page:https://sindresorhus.com/caprine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End-to-end encrypted chat PIN code dialog hidden

hlqviet opened this issue · comments

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

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

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

@hlqviet

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

Thanks.