Skip to content

Commit

Permalink
Enable Update native messaging manifest files checkbox with Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
varjolintu authored and droidmonkey committed Jul 15, 2023
1 parent b6dc520 commit 5dea019
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/browser/BrowserSettingsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,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);
Expand Down

0 comments on commit 5dea019

Please sign in to comment.