mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Fix formatting
This commit is contained in:
@@ -3331,7 +3331,9 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "WMIS", 0x00000000)
|
|||||||
if kext.checked:
|
if kext.checked:
|
||||||
line = "\033[1;32m{}\033[0m".format(line)
|
line = "\033[1;32m{}\033[0m".format(line)
|
||||||
contents.append(line)
|
contents.append(line)
|
||||||
|
contents.append("")
|
||||||
contents.append("\033[1;93mNote:\033[0m You can select multiple kexts by entering their indices separated by commas (e.g., '1, 2, 3').")
|
contents.append("\033[1;93mNote:\033[0m You can select multiple kexts by entering their indices separated by commas (e.g., '1, 2, 3').")
|
||||||
|
contents.append("")
|
||||||
contents.append("B. Back")
|
contents.append("B. Back")
|
||||||
contents.append("Q. Quit")
|
contents.append("Q. Quit")
|
||||||
contents.append("")
|
contents.append("")
|
||||||
|
|||||||
Reference in New Issue
Block a user