From fe4fcf6cc0a75d94fe274d6c055fdf70ce336aeb Mon Sep 17 00:00:00 2001 From: cibere <71997063+cibere@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:53:25 -0800 Subject: [PATCH] remove `AutoCompleteText` from the Open Recycle Bin result in sys plugin --- Plugins/Flow.Launcher.Plugin.Sys/Main.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs index 7d240e89a..2d5847cde 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs @@ -298,7 +298,6 @@ namespace Flow.Launcher.Plugin.Sys IcoPath = "Images\\openrecyclebin.png", Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe74d"), CopyText = recycleBinFolder, - AutoCompleteText = recycleBinFolder, Action = c => { {