Skip to content

Commit 4d44ec4

Browse files
committed
Revert "Merge pull request #3810 from Flow-Launcher/quick_access_link_type"
This reverts commit 575236d.
1 parent c259950 commit 4d44ec4

File tree

2 files changed

+1
-231
lines changed

2 files changed

+1
-231
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Main.cs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Flow.Launcher.Plugin.Explorer.Helper;
1+
using Flow.Launcher.Plugin.Explorer.Helper;
22
using Flow.Launcher.Plugin.Explorer.Search;
33
using Flow.Launcher.Plugin.Explorer.Search.Everything;
44
using 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
}

Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml.cs

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)