Update hyprland.py (#2879)
This commit is contained in:
parent
68a221ea1b
commit
69b443c1ad
|
|
@ -44,7 +44,7 @@ class HyprlandProfile(XorgProfile):
|
||||||
@property
|
@property
|
||||||
def services(self) -> list[str]:
|
def services(self) -> list[str]:
|
||||||
if pref := self.custom_settings.get('seat_access', None):
|
if pref := self.custom_settings.get('seat_access', None):
|
||||||
return [pref]
|
return [pref.value]
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def _ask_seat_access(self) -> None:
|
def _ask_seat_access(self) -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue