开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: Disable WebUI


 

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");
}

Join [email protected] to automatically receive all group messages.