diff --git a/K7Main.cpp b/K7Main.cpp index ec892b5..61f4455 100644 --- a/K7Main.cpp +++ b/K7Main.cpp @@ -250,6 +250,7 @@ void K7Main::Search() DisplayKeys(pubkList, TR("Publics"), true); if (privkList.size() && m_config->PrivateKeyIds().size() > 0) DisplayKeys(privkList, TR("Secrets"), false); + m_btnExport->hide(); } WString K7Main::MakeDateTimeLabel(time_t ticks)