You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy! The --headless option was intended to prevent launching the default web browser when running from source. This wasn't supported in the release binary with Electron.
However, I've just pushed commit 59deac6 which should allow the next released binary to be launched with --headless to prevent the Electron GUI from showing.
Log output will just show in the terminal you launched it from. This has been tested on macOS so far, but not Windows or Linux.
./ReticulumMeshChat-v1.19.0-linux.AppImage --help shows a "--headless" option, but it is without effect. The electron GUI is still opening.
The text was updated successfully, but these errors were encountered: