Hide export button with successful key search.

No key is selected after this.
This commit is contained in:
SET
2020-11-16 14:44:14 +01:00
parent 3ac566fbfe
commit 4aa4ec9bf3

View File

@@ -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)