mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
chore: 添加一些设置参数的日志
This commit is contained in:
@@ -57,6 +57,7 @@ Assistant::~Assistant()
|
||||
|
||||
bool asst::Assistant::set_instance_option(InstanceOptionKey key, const std::string& value)
|
||||
{
|
||||
Log.info(__FUNCTION__, "| key", static_cast<int>(key), "value", value);
|
||||
switch (key) {
|
||||
case InstanceOptionKey::MinitouchEnabled:
|
||||
if (value == "0") {
|
||||
|
||||
Reference in New Issue
Block a user