File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.Shell Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ private bool ExistInPath(string filename)
271271 public void Init ( PluginInitContext context )
272272 {
273273 this . context = context ;
274- context . API . GlobalKeyboardEvent += API_GlobalKeyboardEvent ;
275274 _settings = context . API . LoadSettingJsonStorage < Settings > ( ) ;
275+ context . API . GlobalKeyboardEvent += API_GlobalKeyboardEvent ;
276276 }
277277
278278 bool API_GlobalKeyboardEvent ( int keyevent , int vkcode , SpecialKeyState state )
Original file line number Diff line number Diff line change 44 "Name" : " Shell" ,
55 "Description" : " Provide executing commands from Flow Launcher" ,
66 "Author" : " qianlifeng" ,
7- "Version" : " 1.4.1 " ,
7+ "Version" : " 1.4.2 " ,
88 "Language" : " csharp" ,
99 "Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
1010 "ExecuteFileName" : " Flow.Launcher.Plugin.Shell.dll" ,
You can’t perform that action at this time.
0 commit comments