Rename Input Only to Remote Input

This commit is contained in:
Yukino Song
2025-02-06 05:24:19 +08:00
parent 68d1b5ce9d
commit 786fadb960
4 changed files with 13 additions and 10 deletions

View File

@@ -182,5 +182,6 @@ namespace proc {
terminate_process_group(boost::process::v1::child &proc, boost::process::v1::group &group, std::chrono::seconds exit_timeout);
extern proc_t proc;
extern std::string input_only_app_id;
extern int input_only_app_id;
extern std::string input_only_app_id_str;
} // namespace proc