Skip to content

Commit bb88ad6

Browse files
author
Sami Vänttinen
authored
Add Microsoft Edge support for Linux (#7100)
1 parent 3b1acd0 commit bb88ad6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/browser/BrowserSettingsWidget.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ void BrowserSettingsWidget::loadSettings()
139139
m_ui->snapWarningLabel->setVisible(false);
140140
#endif
141141

142-
// TODO: Enable Edge support when Linux version is released
143-
#ifdef Q_OS_LINUX
144-
m_ui->edgeSupport->setChecked(false);
145-
m_ui->edgeSupport->setEnabled(false);
146-
#endif
147-
148142
#ifdef KEEPASSXC_DIST_SNAP
149143
// Disable settings that will not work
150144
m_ui->useCustomProxy->setChecked(false);

src/browser/NativeMessageInstaller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (C) 2017 Sami Vänttinen <[email protected]>
3-
* Copyright (C) 2017 KeePassXC Team <[email protected]>
3+
* Copyright (C) 2021 KeePassXC Team <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -70,7 +70,7 @@ namespace
7070
const QString TARGET_DIR_TOR_BROWSER = QStringLiteral(
7171
"/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Data/Browser/.mozilla/native-messaging-hosts");
7272
const QString TARGET_DIR_BRAVE = QStringLiteral("/BraveSoftware/Brave-Browser/NativeMessagingHosts");
73-
const QString TARGET_DIR_EDGE = QStringLiteral("/microsoftedge/NativeMessagingHosts");
73+
const QString TARGET_DIR_EDGE = QStringLiteral("/microsoft-edge/NativeMessagingHosts");
7474
#endif
7575
} // namespace
7676

0 commit comments

Comments
 (0)