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)
317
317
318
318
bool API_GlobalKeyboardEvent ( int keyevent , int vkcode , SpecialKeyState state )
319
319
{
320
- if ( _settings . ReplaceWinR )
320
+ if ( ! context . CurrentPluginMetadata . Disabled && _settings . ReplaceWinR )
321
321
{
322
322
if ( keyevent == ( int ) KeyEvent . WM_KEYDOWN && vkcode == ( int ) Keys . R && state . WinPressed )
323
323
{
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.8 " ,
7
+ "Version" : " 1.4.9 " ,
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