aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-02-18 11:28:35 +0000
committerSaturneric <[email protected]>2023-02-18 11:28:35 +0000
commitfa2d0789af391537d97c7056fab158ac8bac914d (patch)
treed252ce5c44a99642f3f8bae86c4d6b6e13a03831
parentfeat: implement concurrent task in a proper way (diff)
downloadGpgFrontend-fa2d0789af391537d97c7056fab158ac8bac914d.tar.gz
GpgFrontend-fa2d0789af391537d97c7056fab158ac8bac914d.zip
fix: open about page no refreshing gnupg info
-rw-r--r--src/ui/dialog/help/GnupgTab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/help/GnupgTab.cpp b/src/ui/dialog/help/GnupgTab.cpp
index 5d84ec65..2758cbe1 100644
--- a/src/ui/dialog/help/GnupgTab.cpp
+++ b/src/ui/dialog/help/GnupgTab.cpp
@@ -76,7 +76,7 @@ GpgFrontend::UI::GnupgTab::GnupgTab(QWidget* parent)
}
void GpgFrontend::UI::GnupgTab::process_software_info() {
- auto& ctx_info = GpgContext::GetInstance().GetInfo(true);
+ auto& ctx_info = GpgContext::GetInstance().GetInfo();
ui_->gnupgVersionLabel->setText(QString::fromStdString(
fmt::format("Version: {}", ctx_info.GnupgVersion)));