It seems SCScreenshotManager is new to Sonoma
This commit is contained in:
@@ -802,7 +802,7 @@ def run(read_from=None,
|
|||||||
sct_params = {'top': coord_top, 'left': coord_left, 'width': coord_width, 'height': coord_height, 'mon': screen_capture_monitor}
|
sct_params = {'top': coord_top, 'left': coord_left, 'width': coord_width, 'height': coord_height, 'mon': screen_capture_monitor}
|
||||||
else:
|
else:
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
if int(platform.mac_ver()[0].split('.')[0]) < 12:
|
if int(platform.mac_ver()[0].split('.')[0]) < 14:
|
||||||
old_macos_screenshot_api = True
|
old_macos_screenshot_api = True
|
||||||
else:
|
else:
|
||||||
global screencapturekit_queue
|
global screencapturekit_queue
|
||||||
|
|||||||
Reference in New Issue
Block a user