mirror of
https://github.com/aljazceru/bakery.git
synced 2025-12-17 12:45:20 +01:00
add nostr signer setup tools
cleanup bakery config
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user