refactor: dead code removed, methods renamed

This commit is contained in:
Jack Wills
2024-11-18 10:28:27 +00:00
parent 7f42383495
commit ba6a952413
3 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ impl Ui {
}
/// Create a new Ui struct, and execute the drawing loop
pub async fn create(
pub async fn start(
app_data: Arc<Mutex<AppData>>,
gui_state: Arc<Mutex<GuiState>>,
input_tx: Sender<InputMessages>,