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.
AutoCompleteText
1 parent 8b01249 commit fe4fcf6Copy full SHA for fe4fcf6
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -298,7 +298,6 @@ private List<Result> Commands()
298
IcoPath = "Images\\openrecyclebin.png",
299
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe74d"),
300
CopyText = recycleBinFolder,
301
- AutoCompleteText = recycleBinFolder,
302
Action = c =>
303
{
304
0 commit comments