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 @@ -317,7 +317,7 @@ public void Init(PluginInitContext context)
317317
318318 bool API_GlobalKeyboardEvent ( int keyevent , int vkcode , SpecialKeyState state )
319319 {
320- if ( _settings . ReplaceWinR )
320+ if ( ! context . CurrentPluginMetadata . Disabled && _settings . ReplaceWinR )
321321 {
322322 if ( keyevent == ( int ) KeyEvent . WM_KEYDOWN && vkcode == ( int ) Keys . R && state . WinPressed )
323323 {
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.8 " ,
7+ "Version" : " 1.4.9 " ,
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