diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r-- | src/ui/main_window/MainWindow.cpp | 2 |
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 " |