MainWindow: show rename/db_add buttons after
This commit is contained in:
parent
be4c2206f6
commit
d197bd5e78
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user