mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-15 05:33:14 +03:00
Some clean up to the terminal configurations.
This commit is contained in:
@@ -1519,7 +1519,6 @@ void App::onWidgetFocusChange( UIWidget* widget ) {
|
||||
mDocInfo->setVisible( widget && widget->isType( UI_TYPE_CODEEDITOR ) );
|
||||
|
||||
mSettings->updateDocumentMenu();
|
||||
mSettings->updateTerminalMenu();
|
||||
if ( widget && !widget->isType( UI_TYPE_CODEEDITOR ) ) {
|
||||
if ( widget->isType( UI_TYPE_TERMINAL ) )
|
||||
setAppTitle( widget->asType<UITerminal>()->getTitle() );
|
||||
@@ -3016,10 +3015,6 @@ const std::stack<std::string>& App::getRecentClosedFiles() const {
|
||||
return mRecentClosedFiles;
|
||||
}
|
||||
|
||||
void App::updateTerminalMenu() {
|
||||
mSettings->updateTerminalMenu();
|
||||
}
|
||||
|
||||
UIMessageBox* App::newInputMsgBox( const String& title, const String& msg ) {
|
||||
UIMessageBox* msgBox = UIMessageBox::New( UIMessageBox::INPUT, msg );
|
||||
msgBox->setTitle( title );
|
||||
|
||||
Reference in New Issue
Block a user