Update server_view_controller.rs
changed the name of the ServercontrolView
This commit is contained in:
parent
4deabcd1fc
commit
b3174cc488
|
|
@ -9,6 +9,8 @@ pub struct ServerControlView {
|
|||
display: Cursive,
|
||||
|
||||
// MARK: - ViewModel stuff
|
||||
pub struct ServerViewController {
|
||||
display: Cursive,
|
||||
|
||||
server_name: String,
|
||||
server_host: String,
|
||||
|
|
|
|||
Loading…
Reference in New Issue