diff --git a/src/browser/BrowserSettingsWidget.cpp b/src/browser/BrowserSettingsWidget.cpp index 7aa3e3cd0..d0f816151 100644 --- a/src/browser/BrowserSettingsWidget.cpp +++ b/src/browser/BrowserSettingsWidget.cpp @@ -139,12 +139,6 @@ void BrowserSettingsWidget::loadSettings() m_ui->snapWarningLabel->setVisible(false); #endif -// TODO: Enable Edge support when Linux version is released -#ifdef Q_OS_LINUX - m_ui->edgeSupport->setChecked(false); - m_ui->edgeSupport->setEnabled(false); -#endif - #ifdef KEEPASSXC_DIST_SNAP // Disable settings that will not work m_ui->useCustomProxy->setChecked(false); diff --git a/src/browser/NativeMessageInstaller.cpp b/src/browser/NativeMessageInstaller.cpp index 3e81c4957..dbf6b9b31 100644 --- a/src/browser/NativeMessageInstaller.cpp +++ b/src/browser/NativeMessageInstaller.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 Sami Vänttinen - * Copyright (C) 2017 KeePassXC Team + * Copyright (C) 2021 KeePassXC Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,7 +70,7 @@ namespace const QString TARGET_DIR_TOR_BROWSER = QStringLiteral( "/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Data/Browser/.mozilla/native-messaging-hosts"); const QString TARGET_DIR_BRAVE = QStringLiteral("/BraveSoftware/Brave-Browser/NativeMessagingHosts"); - const QString TARGET_DIR_EDGE = QStringLiteral("/microsoftedge/NativeMessagingHosts"); + const QString TARGET_DIR_EDGE = QStringLiteral("/microsoft-edge/NativeMessagingHosts"); #endif } // namespace