Update hyprland.py (#2879)
This commit is contained in:
parent
68a221ea1b
commit
69b443c1ad
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue