MainWindow: show rename/db_add buttons after

This commit is contained in:
zvon 2020-02-17 13:36:33 +01:00
parent be4c2206f6
commit d197bd5e78

View File

@ -66,6 +66,8 @@ void MainWindow::process() {
searchShow( m_entry_show, m_combo_possible, m_columns_show.m_col_show, searchShow( m_entry_show, m_combo_possible, m_columns_show.m_col_show,
m_columns_show.m_col_id, language_code, this ); m_columns_show.m_col_id, language_code, this );
m_button_rename->show();
m_button_db_add->show();
} }
void MainWindow::getNames() { void MainWindow::getNames() {