Skip to content

Commit 32adfca

Browse files
committed
Fix result clone issue
1 parent 38c01c6 commit 32adfca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ public Result Clone()
203203
TitleHighlightData = TitleHighlightData,
204204
OriginQuery = OriginQuery,
205205
PluginDirectory = PluginDirectory,
206+
ContextData = ContextData,
207+
PluginID = PluginID,
208+
TitleToolTip = TitleToolTip,
209+
SubTitleToolTip = SubTitleToolTip,
210+
PreviewPanel = PreviewPanel,
211+
ProgressBar = ProgressBar,
212+
ProgressBarColor = ProgressBarColor,
213+
Preview = Preview,
214+
AddSelectedCount = AddSelectedCount,
215+
GetTitleKey = GetTitleKey,
216+
GetSubTitleKey = GetSubTitleKey,
206217
};
207218
}
208219

0 commit comments

Comments
 (0)