Rename option controlling API to deny

This commit is contained in:
Aoran Zeng
2025-10-27 22:05:17 +08:00
parent 28d8e4ad0c
commit 1058d3310b
52 changed files with 86 additions and 86 deletions

View File

@@ -18,8 +18,8 @@ os_armbian_prelude ()
chef_set_sauciers (this, 2, "@ccmywish", "@Yangmoooo");
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);
chef_forbid_user_define(this);
chef_deny_english(this);
chef_deny_user_define(this);
chef_set_note(this, NULL, NULL);