Skip to content

[applets/digitalclock] Store enabled plugins by id instead of full path

Nicolas Fella requested to merge work/nico/pluginid into master

Typically we store plugins by their id instead of the full path, and for good reason.

The location of the plugin on disk may change, most importantly when going from Qt5 to Qt6.

This makes sure that if this happens the stored values can still be read

Merge request reports