From 589e37a6465d481dcb2dc51f32419f8b3183c0b8 Mon Sep 17 00:00:00 2001 From: 01Dri Date: Sun, 25 May 2025 15:49:25 -0300 Subject: [PATCH] Action QuickAccessLinks --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 4 +++- Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml | 2 -- .../Views/QuickAccessLinkSettings.xaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index eabd118fb..195f7c91a 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -75,7 +75,9 @@ namespace Flow.Launcher.Plugin.Explorer { Settings.QuickAccessLinks.Add(new AccessLink { - Path = record.FullPath, Type = record.Type + Name = record.FullPath.GetPathName(), + Path = record.FullPath, + Type = record.Type }); Context.API.ShowMsg(Context.API.GetTranslation("plugin_explorer_addfilefoldersuccess"), diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 16bc9482f..ef55a4088 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -30,8 +30,6 @@ General Setting Customise Action Keywords Customise Quick Access - Add - Quick Access Links Everything Setting Preview Panel diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml index ad2335c39..e9ba53618 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml @@ -4,7 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Flow.Launcher.Plugin.Explorer.Views" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - Title="{DynamicResource plugin_explorer_manageactionkeywords_header}" + Title="{DynamicResource plugin_explorer_manage_quick_access_links_header}" Width="Auto" Height="255" Background="{DynamicResource PopuBGColor}" @@ -129,7 +129,7 @@ Margin="5 0 0 0" Click="OnDoneButtonClick" Style="{StaticResource AccentButtonStyle}"> - +