We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c01c6 commit 32adfcaCopy full SHA for 32adfca
Flow.Launcher.Plugin/Result.cs
@@ -203,6 +203,17 @@ public Result Clone()
203
TitleHighlightData = TitleHighlightData,
204
OriginQuery = OriginQuery,
205
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,
217
};
218
}
219
0 commit comments