mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-24 17:21:15 -04:00
Various minor code improvements
This commit is contained in:
parent
125a81f2ed
commit
96438a45b4
10 changed files with 35 additions and 29 deletions
|
@ -299,9 +299,9 @@ QJsonObject HostInstaller::constructFile(SupportedBrowsers browser, const bool&
|
|||
|
||||
QJsonObject script;
|
||||
script["name"] = HOST_NAME;
|
||||
script["description"] = "KeePassXC integration with native messaging support";
|
||||
script["description"] = QString("KeePassXC integration with native messaging support");
|
||||
script["path"] = path;
|
||||
script["type"] = "stdio";
|
||||
script["type"] = QString("stdio");
|
||||
|
||||
QJsonArray arr;
|
||||
if (browser == SupportedBrowsers::FIREFOX || browser == SupportedBrowsers::TOR_BROWSER) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue