Fully support non-destructive append in core.LibmuttonInit(); update copyright year for 2026

This commit is contained in:
2026-01-01 19:52:08 -05:00
parent 571bc0a3bd
commit 28286788a0
6 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ libmutton-based password manager clients should all share the same JSON configur
On UNIX-like systems, this is located at `~/.config/libmutton/libmuttoncfg.json`. On Windows, it is located at `~\AppData\Local\libmutton\config\libmuttoncfg.json`.
If creating a third-party client that requires extra configuration to be stored, please use the `ThirdParty` map in the `cfg.ConfigT` type (as used by `cfg.WriteConfig()`) to save your application-specific configuration.
If creating a third-party client that requires extra configuration to be stored, please use the `ClientSpecific` map in the `cfg.ConfigT` type (as used by `cfg.WriteConfig()`) to save your application-specific configuration.
This ensures that a user can use multiple client applications with the same configuration while avoiding conflicts.