From d197bd5e7877721f411d7efb02f4c9702cd7877e Mon Sep 17 00:00:00 2001 From: zvon Date: Mon, 17 Feb 2020 13:36:33 +0100 Subject: [PATCH] MainWindow: show rename/db_add buttons after --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() {