Interface #6

Merged
michael-bailey merged 53 commits from Interface into Development 2021-02-08 21:12:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d371792cec - Show all commits

View File

@ -66,7 +66,7 @@ impl Server {
running: false,
client_list_changed_handle: Box::new(|s| println!("client list: {:#?}", s.get_client_list()))
client_list_changed_handle: Box::new(|_s| println!("help"))
}
}