From e9ea5b43ec518462c26ccb98a6501bb8b1b56056 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Mon, 22 May 2023 15:33:32 +0300 Subject: [PATCH] Enable Update native messaging manifest files checkbox with Flatpak --- src/browser/BrowserSettingsWidget.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/browser/BrowserSettingsWidget.cpp b/src/browser/BrowserSettingsWidget.cpp index 8dd26d324..d03e56ab8 100644 --- a/src/browser/BrowserSettingsWidget.cpp +++ b/src/browser/BrowserSettingsWidget.cpp @@ -159,9 +159,6 @@ void BrowserSettingsWidget::loadSettings() m_ui->browserGlobalWarningWidget->setAutoHideTimeout(-1); #endif #ifdef KEEPASSXC_DIST_FLATPAK - // Guarantees proxy path works with different flatpak installations - m_ui->updateBinaryPath->setChecked(true); - m_ui->updateBinaryPath->setEnabled(false); // The sandbox makes custom proxy locations very unintuitive m_ui->useCustomProxy->setChecked(false); m_ui->useCustomProxy->setEnabled(false);