mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-14 06:52:52 +03:00
Correctly handle Private mode queries in the terminal emulator implementation.
Fix in terminal keybindings handling.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user