diff --git a/mainwindow.cpp b/mainwindow.cpp index e597671..e184f83 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -66,6 +66,8 @@ void MainWindow::process() { searchShow( m_entry_show, m_combo_possible, m_columns_show.m_col_show, m_columns_show.m_col_id, language_code, this ); + m_button_rename->show(); + m_button_db_add->show(); } void MainWindow::getNames() {