mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 13:50:00 +10:00
GUI: set modal work-around to Big Sur+
This commit is contained in:
+2
-1
@@ -117,7 +117,8 @@ class wx_python_gui:
|
||||
# If the previous frame was a modal, the new frame will anchor onto it
|
||||
# instead of the core frame
|
||||
# Calling ShowWithoutActivating() resets the frame position
|
||||
self.frame_modal.ShowWithoutActivating()
|
||||
if self.constants.detected_os >= os_data.os_data.big_sur:
|
||||
self.frame_modal.ShowWithoutActivating()
|
||||
|
||||
def use_non_metal_alternative(self):
|
||||
if self.constants.detected_os >= os_data.os_data.monterey:
|
||||
|
||||
Reference in New Issue
Block a user