sort process groups by display name w/ burnettk cullerton

This commit is contained in:
jasquat 2022-11-21 16:20:15 -05:00
parent bd39aec391
commit bbadb8ef0d

View File

@ -31,7 +31,7 @@ class ProcessGroup:
def __post_init__(self) -> None:
"""__post_init__."""
self.sort_index = self.id
self.sort_index = self.display_name
def __eq__(self, other: Any) -> bool:
"""__eq__."""