Correctly handle Private mode queries in the terminal emulator implementation.

Fix in terminal keybindings handling.
This commit is contained in:
Martín Lucas Golini
2026-01-07 13:23:22 -03:00
parent 7bc446e9f1
commit 9fa7b2bb57
4 changed files with 58 additions and 6 deletions

View File

@@ -628,6 +628,8 @@ UITerminal* TerminalManager::createNewTerminal(
}
} );
mApp->registerUnlockedCommands( *term );
term->getKeyBindings().removeCommandKeybind( "find-replace" );
term->getKeyBindings().removeCommandKeybind( "open-locatebar" );
term->setFocus();
return term;
#endif