Update server_view_controller.rs

changed the name of the ServercontrolView
This commit is contained in:
michael-bailey 2020-09-27 10:48:46 +01:00 committed by michael bailey
parent 4deabcd1fc
commit b3174cc488
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ pub struct ServerControlView {
display: Cursive,
// MARK: - ViewModel stuff
pub struct ServerViewController {
display: Cursive,
server_name: String,
server_host: String,