Enable Update native messaging manifest files checkbox with Flatpak

This commit is contained in:
varjolintu 2023-05-22 15:33:32 +03:00 committed by Jonathan White
parent b6dc5201a8
commit 5dea019309

View File

@ -160,9 +160,6 @@ void BrowserSettingsWidget::loadSettings()
m_ui->browserGlobalWarningWidget->setAutoHideTimeout(-1); m_ui->browserGlobalWarningWidget->setAutoHideTimeout(-1);
#endif #endif
#ifdef KEEPASSXC_DIST_FLATPAK #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 // The sandbox makes custom proxy locations very unintuitive
m_ui->useCustomProxy->setChecked(false); m_ui->useCustomProxy->setChecked(false);
m_ui->useCustomProxy->setEnabled(false); m_ui->useCustomProxy->setEnabled(false);