From 03d7dccbb658a4650c0f3dfcb9c6b90e5189caad Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 12 Apr 2025 20:22:15 +0800 Subject: [PATCH] Fix Results clone issue --- Flow.Launcher.Plugin/Result.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 059f5c3f6..f561fcb1d 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -306,7 +306,8 @@ namespace Flow.Launcher.Plugin ProgressBarColor = ProgressBarColor, Preview = Preview, AddSelectedCount = AddSelectedCount, - RecordKey = RecordKey + RecordKey = RecordKey, + ShowBadge = ShowBadge, }; }