File tree Expand file tree Collapse file tree 2 files changed +1
-231
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 2 files changed +1
-231
lines changed Original file line number Diff line number Diff line change 1- using Flow . Launcher . Plugin . Explorer . Helper ;
1+ using Flow . Launcher . Plugin . Explorer . Helper ;
22using Flow . Launcher . Plugin . Explorer . Search ;
33using Flow . Launcher . Plugin . Explorer . Search . Everything ;
44using Flow . Launcher . Plugin . Explorer . ViewModels ;
@@ -95,17 +95,5 @@ public string GetTranslatedPluginDescription()
9595 {
9696 return Context . API . GetTranslation ( "plugin_explorer_plugin_description" ) ;
9797 }
98-
99- private static void FillQuickAccessLinkNames ( )
100- {
101- // Legacy version does not have names for quick access links, so we fill them with the path name.
102- foreach ( var link in Settings . QuickAccessLinks )
103- {
104- if ( string . IsNullOrWhiteSpace ( link . Name ) )
105- {
106- link . Name = link . Path . GetPathName ( ) ;
107- }
108- }
109- }
11098 }
11199}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments