File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Use Files as third-party explorer for dialog jump feature in Flow Launcher
44
55### Installation
6- Type ` pm install Files Dialog Jump ` from flow
6+ Type ` pm install Dialog Jump Files ` from flow
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public override void Run(BuildContext context)
140140
141141 context . ZipCompress (
142142 rootPath : srcDir ,
143- outputPath : $ "{ dstDir } /Files Dialog Jump-{ context . PublishVersion } .zip",
143+ outputPath : $ "{ dstDir } /Dialog Jump Files -{ context . PublishVersion } .zip",
144144 filePaths : files ,
145145 level : 9
146146 ) ;
Original file line number Diff line number Diff line change 55 xmlns : system =" clr-namespace:System;assembly=mscorlib" >
66
77 <!-- General -->
8- <system : String x : Key =" flowlauncher_plugin_files_dialog_jump_plugin_name " >Files Dialog Jump</system : String >
9- <system : String x : Key =" flowlauncher_plugin_files_dialog_jump_plugin_description " >Enable Files as explorer for dialog jump in Flow Launcher</system : String >
8+ <system : String x : Key =" flowlauncher_plugin_dialog_jump_files_plugin_name " > Dialog Jump Files </system : String >
9+ <system : String x : Key =" flowlauncher_plugin_dialog_jump_files_plugin_description " >Use Files as third-party explorer for dialog jump feature in Flow Launcher</system : String >
1010
1111</ResourceDictionary >
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ public List<Result> Query(Query query)
2323
2424 public string GetTranslatedPluginTitle ( )
2525 {
26- return Context . API . GetTranslation ( "flowlauncher_plugin_files_dialog_jump_plugin_name " ) ;
26+ return Context . API . GetTranslation ( "flowlauncher_plugin_dialog_jump_files_plugin_name " ) ;
2727 }
2828
2929 public string GetTranslatedPluginDescription ( )
3030 {
31- return Context . API . GetTranslation ( "flowlauncher_plugin_files_dialog_jump_plugin_description " ) ;
31+ return Context . API . GetTranslation ( "flowlauncher_plugin_dialog_jump_files_plugin_description " ) ;
3232 }
3333
3434 public IDialogJumpExplorerWindow ? CheckExplorerWindow ( nint hwnd )
Original file line number Diff line number Diff line change 22 "ID" : " 09f22573-52b9-433b-832e-450e2f91093b" ,
33 "ActionKeyword" : " " ,
44 "HideActionKeywordPanel" : true ,
5- "Name" : " Files Dialog Jump" ,
5+ "Name" : " Dialog Jump Files " ,
66 "Description" : " Use Files as third-party explorer for dialog jump feature in Flow Launcher" ,
77 "Author" : " Jack251970" ,
88 "Version" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments