File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ private Result CreateOpenWithEditorResult(SearchResult record, string editorPath
339
339
return false ;
340
340
}
341
341
} ,
342
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\ue70f " ) ,
342
343
IcoPath = Constants . FileImagePath
343
344
} ;
344
345
}
@@ -371,7 +372,8 @@ private Result CreateOpenWithShellResult(SearchResult record)
371
372
return false ;
372
373
}
373
374
} ,
374
- IcoPath = Constants . FileImagePath
375
+ Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\ue756 " ) ,
376
+ IcoPath = Constants . FolderImagePath
375
377
} ;
376
378
}
377
379
@@ -437,7 +439,7 @@ private Result CreateOpenWindowsIndexingOptions()
437
439
} ;
438
440
}
439
441
440
- public void LogException ( string message , Exception e )
442
+ private void LogException ( string message , Exception e )
441
443
{
442
444
Log . Exception ( $ "|Flow.Launcher.Plugin.Folder.ContextMenu|{ message } ", e ) ;
443
445
}
You can’t perform that action at this time.
0 commit comments