Skip to content

Fix reloading of new web shortcuts

Alexander Lohnau requested to merge work/fix_new_webshortcuts into master

BUG: 391243

/**
 * Memory cache for search provider desktop files
 */
class SearchProviderRegistry

The memory cache just needs to be updated. And making the reload method public seemed more straightforward than creating a new instance when the config changes.

@dfaure

Edited by David Faure

Merge request reports