Specified GNOME as an acronym (#3023)

This commit is contained in:
lazysixoeight 2024-12-16 16:49:42 +07:00 committed by GitHub
parent fb27fbdfa8
commit 5288e246ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from archinstall.default_profiles.xorg import XorgProfile
class GnomeProfile(XorgProfile):
def __init__(self) -> None:
super().__init__('Gnome', ProfileType.DesktopEnv, description='')
super().__init__('GNOME', ProfileType.DesktopEnv, description='')
@property
@override