Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
df8eecd3
Commit
df8eecd3
authored
May 11, 2021
by
Felipe Kinoshita
🌎
Browse files
Change "plasma-discover" to "plasmadiscover" so it actually displays the correct icon
parent
b286ed3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
notifier/NotifierItem.cpp
View file @
df8eecd3
...
...
@@ -47,7 +47,7 @@ void NotifierItem::setupNotifierItem()
QMenu
*
menu
=
new
QMenu
;
connect
(
m_item
,
&
QObject
::
destroyed
,
menu
,
&
QObject
::
deleteLater
);
auto
discoverAction
=
menu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"plasma
-
discover"
)),
i18n
(
"Open Discover..."
));
auto
discoverAction
=
menu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"plasmadiscover"
)),
i18n
(
"Open Discover..."
));
connect
(
discoverAction
,
&
QAction
::
triggered
,
&
m_notifier
,
&
DiscoverNotifier
::
showDiscover
);
auto
updatesAction
=
menu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"system-software-update"
)),
i18n
(
"See Updates..."
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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