Skip to content

Commit

Permalink
Add title highlight data
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jul 1, 2024
1 parent 390b759 commit 8a25d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyflowlauncher/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class Result:
AutoCompleteText: Optional[str] = None
RoundedIcon: bool = False
Preview: Optional[PreviewInfo] = None
TitleHighlightData: Optional[List[int]] = None

def as_dict(self) -> Dict[str, Any]:
return self.__dict__
Expand Down

0 comments on commit 8a25d45

Please sign in to comment.