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
d278c485
Verified
Commit
d278c485
authored
Jan 03, 2022
by
Carl Schwan
🚴
Browse files
Handle undefined colors in checkboxes
parent
924169de
Pipeline
#117461
passed with stage
in 5 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Sidebar.qml
View file @
d278c485
...
...
@@ -481,7 +481,7 @@ Kirigami.OverlayDrawer {
Layout.fillHeight
:
true
visible
:
model
.
checkState
!=
null
color
:
model
.
collectionColor
color
:
model
.
collectionColor
??
Kirigami
.
Theme
.
highlightedTextColor
checked
:
model
.
checkState
===
2
onCheckedChanged
:
calendarCheckChanged
(
collectionId
,
checked
)
onClicked
:
{
...
...
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