buffer logic going hard, we are killing buffers from login and register now
This commit is contained in:
@@ -99,8 +99,8 @@ pub async fn back_to_main(
|
||||
// Ensure dialog is hidden if revert is called
|
||||
app_state.hide_dialog(); // Uncomment if needed
|
||||
|
||||
// Navigation logic (currently disabled in original code)
|
||||
let closed = buffer_state.close_active_buffer();
|
||||
// Navigation logic
|
||||
buffer_state.close_active_buffer();
|
||||
buffer_state.update_history(AppView::Intro);
|
||||
|
||||
// Reset focus state
|
||||
|
||||
Reference in New Issue
Block a user