mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 07:02:41 -04:00
refactoring, more config, packaging
This commit is contained in:
parent
444f65d76d
commit
ef1f5d7b52
42 changed files with 1329 additions and 368 deletions
|
@ -277,6 +277,12 @@ debug - send a debugging command to the Veilid server
|
|||
self.inner_mut().ui.set_attachment_state(state);
|
||||
}
|
||||
|
||||
pub fn update_network_status(&mut self, started: bool, bps_down: u64, bps_up: u64) {
|
||||
self.inner_mut()
|
||||
.ui
|
||||
.set_network_status(started, bps_down, bps_up);
|
||||
}
|
||||
|
||||
pub fn add_log_message(&mut self, message: &str) {
|
||||
self.inner().ui.add_node_event(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue