mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 15:59:50 -05:00
Small browser fixes for 2.4.0 release
This commit is contained in:
parent
f09f00a6b8
commit
f997e86869
@ -630,7 +630,7 @@ QList<Entry*> BrowserService::sortEntries(QList<Entry*>& pwEntries, const QStrin
|
|||||||
{
|
{
|
||||||
QUrl url(entryUrl);
|
QUrl url(entryUrl);
|
||||||
if (url.scheme().isEmpty()) {
|
if (url.scheme().isEmpty()) {
|
||||||
url.setScheme("http");
|
url.setScheme("https");
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString submitUrl = url.toString(QUrl::StripTrailingSlash);
|
const QString submitUrl = url.toString(QUrl::StripTrailingSlash);
|
||||||
|
@ -186,7 +186,7 @@ void BrowserSettings::setCustomProxyLocation(const QString& location)
|
|||||||
|
|
||||||
bool BrowserSettings::updateBinaryPath()
|
bool BrowserSettings::updateBinaryPath()
|
||||||
{
|
{
|
||||||
return config()->get("Browser/UpdateBinaryPath", false).toBool();
|
return config()->get("Browser/UpdateBinaryPath", true).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BrowserSettings::setUpdateBinaryPath(bool enabled)
|
void BrowserSettings::setUpdateBinaryPath(bool enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user