Skip to content
Commit aa51a0bd authored by Noah Davis's avatar Noah Davis 🌵
Browse files

Fix global shortcuts only working once

This happened because the actions were given a parent in a previous
commit. They worked more than once before the commit because the actions
were being leaked. `action->setProperty("isConfigurationAction", true)`
fixes the single use action problem.

BUG: 464706
parent ee915b3b
Pipeline #315372 passed with stage
in 2 minutes and 2 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