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 ;
2
2
using Flow . Launcher . Plugin . Explorer . Search ;
3
3
using Flow . Launcher . Plugin . Explorer . Search . Everything ;
4
4
using Flow . Launcher . Plugin . Explorer . ViewModels ;
@@ -95,17 +95,5 @@ public string GetTranslatedPluginDescription()
95
95
{
96
96
return Context . API . GetTranslation ( "plugin_explorer_plugin_description" ) ;
97
97
}
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
- }
110
98
}
111
99
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments