diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index 5a7646147..af2d51701 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -1511,7 +1511,7 @@ int GUIAction::adbsideload(std::string arg) LOGINFO("Waiting for child sideload process to exit.\n"); waitpid(sideload_child_pid, &status, 0); } - + property_set("ctl.start", "adbd"); TWFunc::Toggle_MTP(mtp_was_enabled); reinject_after_flash(); operation_end(ret); |