oops put the message there lol
This commit is contained in:
parent
8083b1492a
commit
02736ccb6f
|
@ -106,7 +106,7 @@ impl State {
|
|||
let mut msg = String::new();
|
||||
|
||||
if self.msg != "" {
|
||||
msg.push_str(format!("{} | ", msg).as_str());
|
||||
msg.push_str(format!("{} | ", self.msg).as_str());
|
||||
}
|
||||
|
||||
if self.front != "" {
|
||||
|
|
Loading…
Reference in New Issue