Skip to content

Commit

Permalink
chore: Revert Config::load()
Browse files Browse the repository at this point in the history
This reverts commit 1a00912.
  • Loading branch information
dongwlin committed Nov 19, 2023
1 parent f65f73a commit 958651a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/cli/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ MaaSize get_device_index(const MaaSize& device_size);
void save_config(const std::string& adb, const std::string& adb_address, const int& client_type, const TaskList& tasks,
MaaAdbControllerType ctrl_type);

std::string read_adb_config(const std::filesystem::path& cur_dir);

std::string TaskStatus(MaaStatus status);

void mpause();

0 comments on commit 958651a

Please sign in to comment.