admin panel is working, needs to clear the terminal tho from the other things
This commit is contained in:
@@ -58,7 +58,8 @@ impl EventHandler {
|
|||||||
if intro_state.selected_option == 0 {
|
if intro_state.selected_option == 0 {
|
||||||
app_state.ui.show_intro = false;
|
app_state.ui.show_intro = false;
|
||||||
} else {
|
} else {
|
||||||
self.command_message = "Admin panel coming soon".to_string();
|
app_state.ui.show_intro = false;
|
||||||
|
app_state.ui.show_admin = true;
|
||||||
}
|
}
|
||||||
return Ok((false, String::new()));
|
return Ok((false, String::new()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user