feat: 将退出时不释放adb作为独立选项

This commit is contained in:
MistEO
2023-04-12 00:38:41 +08:00
parent b9989513cc
commit 1cbfb53684
16 changed files with 78 additions and 69 deletions

View File

@@ -314,7 +314,7 @@ bool asst::MinitouchController::connect(const std::string& adb_path, const std::
#ifdef ASST_DEBUG
if (config == "DEBUG") {
make_instance_inited(true);
m_inited = true;
return true;
}
#endif