mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove AutoCompleteText from the Open Recycle Bin result in sys plugin
This commit is contained in:
parent
8b012491de
commit
fe4fcf6cc0
1 changed files with 0 additions and 1 deletions
|
|
@ -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 =>
|
||||
{
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue