Skip to content

Commit

Permalink
Update hyprland.py (archlinux#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
BringBack1800s authored Nov 19, 2024
1 parent 68a221e commit 69b443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/default_profiles/desktops/hyprland.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def default_greeter_type(self) -> GreeterType | None:
@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:
Expand Down

0 comments on commit 69b443c

Please sign in to comment.