Test Recovery picker

This commit is contained in:
Mykola Grymalyuk
2021-05-15 18:29:42 -06:00
parent 935b3819f0
commit da32e9d4e3
2 changed files with 82 additions and 3 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ B. Exit
response = menu.start()
if getattr(sys, "frozen", False):
if getattr(sys, "frozen", False) and self.constants.recovery_status is False:
subprocess.run("""osascript -e 'tell application "Terminal" to close first window' & exit""", shell=True)