Skip to content

Commit

Permalink
Update PreviewInfo to Preview in Result class
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 31, 2024
1 parent fc5c9e8 commit 4b79d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflowlauncher/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Result:
CopyText: Optional[str] = None
AutoCompleteText: Optional[str] = None
RoundedIcon: bool = False
PreviewInfo: Optional[PreviewInfo] = None
Preview: Optional[PreviewInfo] = None

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

0 comments on commit 4b79d61

Please sign in to comment.