Fix formatting

This commit is contained in:
Onn
2025-11-14 13:37:12 +07:00
parent 924c66f72f
commit 3c4018f138

View File

@@ -3331,7 +3331,9 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "WMIS", 0x00000000)
if kext.checked:
line = "\033[1;32m{}\033[0m".format(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("")
contents.append("B. Back")
contents.append("Q. Quit")
contents.append("")