From d4f004c55868d3805e8ca7d3ea89e322fc9bef6b Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 21 May 2023 09:57:56 -0600 Subject: [PATCH] GUI: Recommend Monterey for USB1.1 units --- resources/wx_gui/gui_macos_installer_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/wx_gui/gui_macos_installer_download.py b/resources/wx_gui/gui_macos_installer_download.py index c0fd6d876..1dc261176 100644 --- a/resources/wx_gui/gui_macos_installer_download.py +++ b/resources/wx_gui/gui_macos_installer_download.py @@ -186,7 +186,7 @@ class macOSInstallerDownloadFrame(wx.Frame): if problems: problems = "\n".join(problems) - dlg = wx.MessageDialog(self.frame_modal, f"Your model ({model}) may not be fully supported by this installer. You may encounter the following issues:\n\n{problems}\n\nFor more information, see associated page.", "Potential Issues", wx.YES_NO | wx.CANCEL | wx.ICON_WARNING) + dlg = wx.MessageDialog(self.frame_modal, f"Your model ({model}) may not be fully supported by this installer. You may encounter the following issues:\n\n{problems}\n\nFor more information, see associated page. Otherwise, we recommend using macOS Monterey", "Potential Issues", wx.YES_NO | wx.CANCEL | wx.ICON_WARNING) dlg.SetYesNoCancelLabels("View Github Issue", "Download Anyways", "Cancel") result = dlg.ShowModal() if result == wx.ID_CANCEL: