diff --git a/screeninfo/enumerators/osx.py b/screeninfo/enumerators/osx.py index 6bde210..d1f0911 100644 --- a/screeninfo/enumerators/osx.py +++ b/screeninfo/enumerators/osx.py @@ -25,4 +25,5 @@ def enumerate_monitors() -> T.Iterable[Monitor]: width=int(f.size.width), height=int(f.size.height), is_primary=check_primary(screens, screen), + name=screen.localizedName() )