mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
Merge pull request #147 from serfend/default-config
fix[config]support overwrite by user #145
This commit is contained in:
@@ -15,6 +15,6 @@ export class SetConfigAction extends BaseAction<OB11Config, void> {
|
||||
actionName = ActionName.SetConfig;
|
||||
|
||||
protected async _handle(payload: OB11Config): Promise<void> {
|
||||
ob11Config.save(payload);
|
||||
ob11Config.save(payload, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user