From 4b79d61283d0540e30b028ccbb4846e3db6ee61b Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:04:07 -0500 Subject: [PATCH] Update PreviewInfo to Preview in Result class --- pyflowlauncher/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyflowlauncher/result.py b/pyflowlauncher/result.py index 4634988..3dd4e54 100644 --- a/pyflowlauncher/result.py +++ b/pyflowlauncher/result.py @@ -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__