add nostr signer setup tools

cleanup bakery config
This commit is contained in:
hzrd149
2025-03-28 08:34:51 +00:00
parent 9d3c9963c8
commit 5e3e63a6ff
22 changed files with 271 additions and 204 deletions

View File

@@ -35,6 +35,7 @@ export default class ConfigActions implements ControlMessageHandler {
const field = message[3];
const value = message[4];
// @ts-expect-error
this.app.config.setField(field, value);
return true;