Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Browser Integration
Commits
1aa805bd
Commit
1aa805bd
authored
Jan 06, 2021
by
Kai Uwe Broulik
🍇
Browse files
[Reminder] Add Microsoft Edge store link
parent
0602da03
Changes
1
Hide whitespace changes
Inline
Side-by-side
reminder/browserintegrationreminder.cpp
View file @
1aa805bd
...
...
@@ -73,6 +73,11 @@ BrowserIntegrationReminder::BrowserIntegrationReminder(QObject *parent, const QL
m_browsers
[
QStringLiteral
(
"vivaldi-stable.desktop"
)]
=
chrome
;
m_browsers
[
QStringLiteral
(
"brave-browser.desktop"
)]
=
chrome
;
QUrl
edge
(
QStringLiteral
(
"https://microsoftedge.microsoft.com/addons/detail/plasma-integration/dnnckbejblnejeabhcmhklcaljjpdjeh"
));
m_browsers
[
QStringLiteral
(
"microsoft-edge.desktop"
)]
=
edge
;
m_browsers
[
QStringLiteral
(
"microsoft-edge-beta.desktop"
)]
=
edge
;
m_browsers
[
QStringLiteral
(
"microsoft-edge-dev.desktop"
)]
=
edge
;
setModuleName
(
QStringLiteral
(
"BrowserIntegrationReminder"
));
QDBusConnection
dbus
=
QDBusConnection
::
sessionBus
();
dbus
.
connect
(
QStringLiteral
(
"org.kde.ActivityManager"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment