master
bel 2023-03-27 20:13:05 -06:00
parent d9300d80ff
commit 0f4c567405
1 changed files with 2 additions and 2 deletions

View File

@ -143,10 +143,10 @@ impl Main {
Ok(msg) => {
match msg {
Feedback::Heard(msg) => self.ntfy_from_server = msg,
_ => {},
_ => break,
};
},
_ => {},
_ => break,
};
}
}