Skip to content
Commit 7ecf3152 authored by Stefan Brüns's avatar Stefan Brüns
Browse files

Fix hiding of filename label when indexer is idle

This fixes a regression caused by commit 6ea58c0f ("kcms/baloo: make
"current indexing" label a full path again"). Prior to this commit, the
condition included the boolean "monitor.currentlyIndexing" property.

Using the filePath.length and completionPercentage is insufficient,
as the filepath value is only valid when the state is *not* idle, and
may show e.g. a placeholder value during idle state.

BUG: 477274
parent b2be94ad
Pipeline #560213 passed with stage
in 5 minutes and 40 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment