From cb46ae28846347ce2fac8ac68d99eb9c29a929c8 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Thu, 30 Oct 2025 11:33:17 +0700 Subject: [PATCH] Update formatting --- Scripts/smbios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/smbios.py b/Scripts/smbios.py index 8232ffb..a22c7fb 100644 --- a/Scripts/smbios.py +++ b/Scripts/smbios.py @@ -188,7 +188,7 @@ class SMBIOS: line = "\033[90m{}\033[0m".format(line) contents.append(line) contents.append("") - contents.append("\033[93mNote:\033[0m") + contents.append("\033[1;93mNote:\033[0m") contents.append("- Lines in gray indicate mac models that are not officially supported by {}.".format(os_data.get_macos_name_by_darwin(macos_version))) contents.append("") if not show_all_models: