Skip to content

Commit

Permalink
The name change wasn't propegated to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Jul 31, 2023
1 parent 9e31046 commit 1be5cd6
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 @@ -17,7 +17,7 @@ class SeatAccess(Enum):

class HyperlandProfile(XorgProfile):
def __init__(self):
super().__init__('Hyperland', ProfileType.DesktopEnv, description='')
super().__init__('Hyprland', ProfileType.DesktopEnv, description='')

self.custom_settings = {'seat_access': None}

Expand Down

0 comments on commit 1be5cd6

Please sign in to comment.