DONE we have now intro state separate from others completely
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// src/tui/functions/intro.rs
|
||||
use crate::state::app::state::AppState;
|
||||
|
||||
pub fn handle_intro_selection(app_state: &mut AppState, index: usize) { // Add index parameter
|
||||
pub fn handle_intro_selection(app_state: &mut AppState, index: usize) {
|
||||
match index { // Use index directly
|
||||
0 => { // Continue
|
||||
app_state.ui.show_form = true;
|
||||
|
||||
Reference in New Issue
Block a user