Skip to content

Skip reloading global registry settings instead of asserting

Roman Gilg requested to merge romangilg/kglobalaccel:check-registry into master

Loading settings asserts in GlobalShortcutsRegistry if done a second time. But the KGlobalAccelD component might be created multiple times, so instead of asserting it's better to allow calling loadSettings more than once but return early on later tries.

Edited by Roman Gilg

Merge request reports