Merge Interface branch onto development branch #5

Closed
michael-bailey wants to merge 53 commits from Interface into master
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"))
}
}