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
PIM
KMail
Commits
23de4c16
Commit
23de4c16
authored
Jun 01, 2021
by
Laurent Montel
😁
Browse files
Add more default action
parent
eb7c7410
Pipeline
#63728
passed with stage
in 22 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwin.cpp
View file @
23de4c16
...
...
@@ -102,6 +102,11 @@ void KMMainWin::updateHamburgerMenu()
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"send_queued"
)));
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"send_queued_via"
)));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"kmail_configure_kmail"
)));
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"kmail_configure_notifications"
)));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Quit
))));
mHamburgerMenu
->
setMenu
(
menu
);
}
...
...
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