File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ public List<Result> LoadContextMenus(Result selectedResult)
75
75
{
76
76
Settings . QuickAccessLinks . Add ( new AccessLink
77
77
{
78
- Path = record . FullPath , Type = record . Type
78
+ Name = record . FullPath . GetPathName ( ) ,
79
+ Path = record . FullPath ,
80
+ Type = record . Type
79
81
} ) ;
80
82
81
83
Context . API . ShowMsg ( Context . API . GetTranslation ( "plugin_explorer_addfilefoldersuccess" ) ,
Original file line number Diff line number Diff line change 30
30
<system : String x : Key =" plugin_explorer_generalsetting_header" >General Setting</system : String >
31
31
<system : String x : Key =" plugin_explorer_manageactionkeywords_header" >Customise Action Keywords</system : String >
32
32
<system : String x : Key =" plugin_explorer_manage_quick_access_links_header" >Customise Quick Access</system : String >
33
- <system : String x : Key =" plugin_explorer_manage_quick_access_addr" >Add</system : String >
34
-
35
33
<system : String x : Key =" plugin_explorer_quickaccesslinks_header" >Quick Access Links</system : String >
36
34
<system : String x : Key =" plugin_explorer_everything_setting_header" >Everything Setting</system : String >
37
35
<system : String x : Key =" plugin_explorer_previewpanel_setting_header" >Preview Panel</system : String >
Original file line number Diff line number Diff line change 4
4
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
5
5
xmlns : local =" clr-namespace:Flow.Launcher.Plugin.Explorer.Views"
6
6
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
7
- Title =" {DynamicResource plugin_explorer_manageactionkeywords_header }"
7
+ Title =" {DynamicResource plugin_explorer_manage_quick_access_links_header }"
8
8
Width =" Auto"
9
9
Height =" 255"
10
10
Background =" {DynamicResource PopuBGColor}"
129
129
Margin =" 5 0 0 0"
130
130
Click =" OnDoneButtonClick"
131
131
Style =" {StaticResource AccentButtonStyle}" >
132
- <TextBlock x : Name =" lblAdd" Text =" {DynamicResource plugin_explorer_actionkeyword_done }" />
132
+ <TextBlock x : Name =" lblAdd" Text =" {DynamicResource done }" />
133
133
</Button >
134
134
</StackPanel >
135
135
</Border >
You can’t perform that action at this time.
0 commit comments