Revert ""Soft" reboot button"

This reverts commit d48819df05f43368b0fe043de4154df990008bcd.
This commit is contained in:
FrogAi
2024-03-10 20:59:55 -07:00
parent a0adb439f8
commit 1fd6a7ad2e
13 changed files with 10 additions and 57 deletions
-3
View File
@@ -19,9 +19,6 @@ class Pc(HardwareBase):
def reboot(self, reason=None):
print("REBOOT!")
def soft_reboot(self):
print("SOFT REBOOT!")
def uninstall(self):
print("uninstall")