mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 07:02:41 -04:00
refactor
This commit is contained in:
parent
4d573a966f
commit
05be3c8cc5
19 changed files with 1101 additions and 1026 deletions
|
@ -404,6 +404,9 @@ reply - reply to an AppCall not handled directly by the server
|
|||
pub fn update_config(&mut self, config: veilid_core::VeilidStateConfig) {
|
||||
self.inner_mut().ui.set_config(config.config)
|
||||
}
|
||||
pub fn update_route(&mut self, route: veilid_core::VeilidStateRoute) {
|
||||
//self.inner_mut().ui.set_config(config.config)
|
||||
}
|
||||
|
||||
pub fn update_log(&mut self, log: veilid_core::VeilidLog) {
|
||||
self.inner().ui.add_node_event(format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue