Skip to content
Snippets Groups Projects
Commit ed7c2e82 authored by Błażej Szczygieł's avatar Błażej Szczygieł Committed by Christoph Feck
Browse files

Fix neverending spinner when jobs are disabled

BUG: 312920
FIXED-IN: 4.11.1
Reviewed by Christoph Feck
parent be47a3b9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ Item {
}
PlasmaComponents.BusyIndicator {
anchors.fill: parent
visible: jobs.count > 0
visible: jobs ? jobs.count > 0 : false
running: visible
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment