Skip to content
Commit 2f4677d5 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Fix loading desktopfile-based service actions

The code before 0eb24754 would check

if (isBuiltin || !serviceAction.noDisplay())

with the latter part getting lost in the change. This results in olny builtin actions getting picked.
Since the assumption seems to be that actions are never noDisplay we can drop the entire check

BUG: 477315
parent 8b57cc32
Pipeline #553495 passed with stage
in 14 minutes and 26 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