code cleanup

This commit is contained in:
thatscringebro
2026-04-02 13:36:36 -04:00
parent c009f84038
commit ba1b5349db
6 changed files with 29 additions and 12 deletions

View File

@@ -161,7 +161,7 @@ where
}
KeyCode::Esc => {
app.current_screen = CurrentScreen::Main;
app.new_account = Account::new(0, String::new(), 0.0, AccountType::Cash);
app.new_account = Account::new_empty();
}
_ => {}
},