mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 09:24:28 -05:00
Small browser fixes for 2.4.0 release
This commit is contained in:
parent
f09f00a6b8
commit
f997e86869
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ void BrowserSettings::setCustomProxyLocation(const QString& location)
|
|||
|
||||
bool BrowserSettings::updateBinaryPath()
|
||||
{
|
||||
return config()->get("Browser/UpdateBinaryPath", false).toBool();
|
||||
return config()->get("Browser/UpdateBinaryPath", true).toBool();
|
||||
}
|
||||
|
||||
void BrowserSettings::setUpdateBinaryPath(bool enabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue