File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.Shell Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ public void Init(PluginInitContext context)
500500 context . API . RegisterGlobalKeyboardCallback ( API_GlobalKeyboardEvent ) ;
501501
502502 // Search for all folders with Microsoft.WindowsTerminal_ prefix
503- var windowsAppsPath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . ProgramFiles ) , "WindowsApps" ) ;
503+ /* var windowsAppsPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "WindowsApps");
504504 var windowsTerminalFolders = Directory.EnumerateDirectories(windowsAppsPath, "Microsoft.WindowsTerminal_*",
505505 SearchOption.TopDirectoryOnly);
506506
@@ -512,7 +512,7 @@ public void Init(PluginInitContext context)
512512 {
513513 possibleWindowsTerminalPaths.Insert(0, windowsTerminalPath);
514514 }
515- }
515+ }*/
516516 }
517517
518518 bool API_GlobalKeyboardEvent ( int keyevent , int vkcode , SpecialKeyState state )
You can’t perform that action at this time.
0 commit comments