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
Network
KDE Connect
Commits
360f540f
Commit
360f540f
authored
Jun 12, 2021
by
Piyush Aggarwal
🎮
Browse files
indicator: add icon to quit option in systray menu
parent
2a7ed030
Pipeline
#65337
passed with stage
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
indicator/main.cpp
View file @
360f540f
...
...
@@ -117,7 +117,7 @@ int main(int argc, char** argv)
});
#elif defined Q_OS_WIN
menu
->
addAction
(
i18n
(
"Quit"
),
[](){
qApp
->
quit
();});
menu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"application-exit"
)),
i18n
(
"Quit"
),
[](){
qApp
->
quit
();});
#endif
};
...
...
Write
Preview
Markdown
is supported
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