docs: changelog

This commit is contained in:
Jack Wills
2023-11-16 11:40:01 +00:00
parent 1cdcbf6a7f
commit aafe89d0eb
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ async fn main() {
Ui::create(app_data, gui_state, is_running, input_sx).await;
} else {
info!("in debug mode\n");
// Debug mode for testing, less pointless now, will diplay some basic information
// Debug mode for testing, less pointless now, will display some basic information
while is_running.load(Ordering::SeqCst) {
loop {
if let Some(err) = app_data.lock().get_error() {