Update hyprland.py (#2879)

This commit is contained in:
BringBack1800s 2024-11-19 08:49:16 +01:00 committed by GitHub
parent 68a221ea1b
commit 69b443c1ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class HyprlandProfile(XorgProfile):
@property
def services(self) -> list[str]:
if pref := self.custom_settings.get('seat_access', None):
return [pref]
return [pref.value]
return []
def _ask_seat_access(self) -> None: