I added these lines to sbitx_gtk.c so that I can configure the startup to the web UI in my user_settings.ini
if (!strcmp(get_field("#web")->value, "OFF")) {
write_console(FONT_LOG, "Starting http://sbitx.local:8080\n");
open_url("http://127.0.0.1:8080");
}