Closed krateng closed 3 years ago
Signal Desktop is a standalone app, but it is built with web technologies (Electron). I don't have the app at hand, but it seems you can access the web dev tools with something like View -> Toggle Developer Tools. From here, access the "Console" tab and follow the readme.
Ah, looks like I needed the --enable-dev-tools
flag for that. Thanks!
Good catch! I've added it to the README, thanks! (see https://github.com/signalstickers/signalstickers-client/commit/afe711884cee528b78a909c4f90b8041e3d358a4)
This may be a dumb question - but the Readme says to open dev tools on Signal Desktop. Signal Desktop isn't a web app though, but a standalone executable (or flatpak in my case). Am I missing something?