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)
271
271
public void Init ( PluginInitContext context )
272
272
{
273
273
this . context = context ;
274
- context . API . GlobalKeyboardEvent += API_GlobalKeyboardEvent ;
275
274
_settings = context . API . LoadSettingJsonStorage < Settings > ( ) ;
275
+ context . API . GlobalKeyboardEvent += API_GlobalKeyboardEvent ;
276
276
}
277
277
278
278
bool API_GlobalKeyboardEvent ( int keyevent , int vkcode , SpecialKeyState state )
Original file line number Diff line number Diff line change 4
4
"Name" : " Shell" ,
5
5
"Description" : " Provide executing commands from Flow Launcher" ,
6
6
"Author" : " qianlifeng" ,
7
- "Version" : " 1.4.1 " ,
7
+ "Version" : " 1.4.2 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.Shell.dll" ,
You can’t perform that action at this time.
0 commit comments