Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12055fac authored by Ethan Yonker's avatar Ethan Yonker
Browse files

Properly set mtp enable variable if disabled during boot

Change-Id: Iedf08419a1fd46908e5b9186a769a0497ce62ca8
parent 6f49e11d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@ int main(int argc, char **argv) {
		property_set("mtp.crash_check", "0");
	} else {
		gui_print_color("warning", "MTP Crashed, not starting MTP on boot.\n");
		DataManager::SetValue("tw_mtp_enabled", 0);
	}
#endif