diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index 2fbf57a..1c2a783 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -713,10 +713,9 @@ class SetDiskLabel(Screen): return jest def myclose(self): - if answer is True: system('reboot -f') - + class DeviceManagerSummary(Screen): def __init__(self, session, parent): Screen.__init__(self, session, parent=parent)