Update tablet layouts with ADB sideload
diff --git a/adb_install.cpp b/adb_install.cpp
index 63eb967..f227bc0 100644
--- a/adb_install.cpp
+++ b/adb_install.cpp
@@ -107,7 +107,7 @@
     if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
         ui->Print("status %d\n", WEXITSTATUS(status));
     }
-
+	DataManager_SetIntValue("tw_has_cancel", 0); // Remove cancel button from gui now that the zip install is going to start
     set_usb_driver(false);
     maybe_restart_adbd();