Move macos screenshot code into the class, add config file only flag to use old API

This commit is contained in:
AuroraWright
2025-05-05 05:54:38 +02:00
parent 413d02359b
commit eaca5bf006
3 changed files with 51 additions and 50 deletions

View File

@@ -67,7 +67,8 @@ class Config:
'screen_capture_area': '',
'screen_capture_delay_secs': 3,
'screen_capture_only_active_windows': True,
'screen_capture_combo': ''
'screen_capture_combo': '',
'screen_capture_old_macos_api': False
}
def __parse(self, value):