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
PIM
Kalendar
Commits
dc404e48
Commit
dc404e48
authored
Aug 13, 2022
by
Claudio Cambra
Browse files
Fix 'Refresh all calendars' entry in hamburger menu
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
b11948b0
Pipeline
#217613
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Drawers/MainDrawer.qml
View file @
dc404e48
...
...
@@ -160,7 +160,13 @@ Kirigami.OverlayDrawer {
kalendarAction
:
"
import_calendar
"
},
KActionFromAction
{
kalendarAction
:
"
refresh_all_calendars
"
text
:
switch
(
root
.
mode
)
{
case
KalendarApplication.Contact
:
return
i18n
(
'
Refresh All Address Books
'
)
default
:
return
i18n
(
'
Refresh All Calendars
'
)
}
kalendarAction
:
"
refresh_all
"
},
Kirigami.Action
{
icon.name
:
KalendarApplication
.
iconName
(
quitAction
.
icon
)
...
...
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