Skip to content

Commit fe4fcf6

Browse files
committed
remove AutoCompleteText from the Open Recycle Bin result in sys plugin
1 parent 8b01249 commit fe4fcf6

File tree

1 file changed

+0
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+0
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ private List<Result> Commands()
298298
IcoPath = "Images\\openrecyclebin.png",
299299
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe74d"),
300300
CopyText = recycleBinFolder,
301-
AutoCompleteText = recycleBinFolder,
302301
Action = c =>
303302
{
304303
{

0 commit comments

Comments
 (0)