pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
232 stars 48 forks source link

fix(web): Prevent overwriting of keywords #128

Closed sevenautumns closed 2 years ago

sevenautumns commented 2 years ago

While the configs come in, in the correct order (User, System, Distro), inside of the web plugin, keywords are overwritten by later keywords. This prevents the overwriting of already present keywords.

Follows clippy lint convention: https://rust-lang.github.io/rust-clippy/master/#map_entry

Fixes #125