sort process groups by display name w/ burnettk cullerton

This commit is contained in:
jasquat 2022-11-21 16:20:15 -05:00
parent 5970ad04e0
commit 0260bd14a9
1 changed files with 1 additions and 1 deletions

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__."""