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
951d798c
Commit
951d798c
authored
Sep 12, 2022
by
Claudio Cambra
Browse files
Fix incidenceInfoViewer in main.qml
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
c7d32971
Pipeline
#230682
failed with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/main.qml
View file @
951d798c
...
...
@@ -503,7 +503,8 @@ Kirigami.ApplicationWindow {
contextDrawer
:
if
(
incidenceInfoDrawerEnabled
)
incidenceInfoDrawer
readonly
property
bool
incidenceInfoViewer
:
incidenceInfoDrawerEnabled
?
incidenceInfoDrawer
:
// Drawers inherit from popups too
readonly
property
QQC2.Popup
incidenceInfoViewer
:
incidenceInfoDrawerEnabled
?
incidenceInfoDrawer
:
incidenceInfoPopupEnabled
?
incidenceInfoPopup
:
null
...
...
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