aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-19 00:59:51 +0000
committersaturneric <[email protected]>2025-04-19 01:36:14 +0000
commitd8d004fc73e6c2faaf823b23cb0fd4221aec0759 (patch)
tree9f7790c7a266f9122d18fdead98c2be3640fdf30 /src/ui/main_window/MainWindow.cpp
parentchore: update german and chinese translations (diff)
downloadGpgFrontend-d8d004fc73e6c2faaf823b23cb0fd4221aec0759.tar.gz
GpgFrontend-d8d004fc73e6c2faaf823b23cb0fd4221aec0759.zip
fix: find pinentry under /app/bin in flatpak container
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r--src/ui/main_window/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp
index 8c8fd55e..e2c4f1e3 100644
--- a/src/ui/main_window/MainWindow.cpp
+++ b/src/ui/main_window/MainWindow.cpp
@@ -120,7 +120,7 @@ void MainWindow::Init() noexcept {
#if !(defined(_WIN32) || defined(WIN32))
connect(this, &MainWindow::SignalLoaded, this, [=]() {
QTimer::singleShot(3000, [self = QPointer<MainWindow>(this)]() {
- if (self != nullptr && DecidePinentry().isEmpty() && !IsFlatpakENV()) {
+ if (self != nullptr && DecidePinentry().isEmpty()) {
QMessageBox::warning(
self, tr("GUI Pinentry Not Found"),
tr("No suitable *graphical* Pinentry program was found on your "