minor changes

This commit is contained in:
filipriec
2025-04-04 23:28:30 +02:00
parent ce85a050d3
commit 1d0ceb7045
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ impl ModeManager {
return AppMode::Command;
}
if app_state.ui.show_login { // NEW: Check auth visibility
if app_state.ui.show_login {
if event_handler.is_edit_mode {
AppMode::Edit
} else {