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
Plasma
Plasma Workspace
Commits
473a151f
Commit
473a151f
authored
Jan 03, 2021
by
Kai Uwe Broulik
🍇
Browse files
[Notifications] Access property explicitly
parent
40abecde
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/notifications/package/contents/ui/JobItem.qml
View file @
473a151f
...
...
@@ -185,7 +185,7 @@ ColumnLayout {
// We want the actions to be right-aligned but Flow also reverses
// the order of items, so we put them in reverse order
layoutDirection
:
Qt
.
RightToLeft
visible
:
url
&&
url
.
toString
()
!==
""
visible
:
jobItem
.
url
&&
jobItem
.
url
.
toString
()
!==
""
PlasmaComponents3.Button
{
id
:
otherFileActionsButton
...
...
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