Skip to content

Fix global shortcuts only working once

Noah Davis requested to merge work/ndavis/ban-single-use-shortcuts into master

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

Merge request reports