mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix running issue
This commit is contained in:
parent
13b5012386
commit
b8a697c266
1 changed files with 2 additions and 2 deletions
|
|
@ -500,7 +500,7 @@ namespace Flow.Launcher.Plugin.Shell
|
||||||
context.API.RegisterGlobalKeyboardCallback(API_GlobalKeyboardEvent);
|
context.API.RegisterGlobalKeyboardCallback(API_GlobalKeyboardEvent);
|
||||||
|
|
||||||
// Search for all folders with Microsoft.WindowsTerminal_ prefix
|
// Search for all folders with Microsoft.WindowsTerminal_ prefix
|
||||||
var windowsAppsPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "WindowsApps");
|
/*var windowsAppsPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "WindowsApps");
|
||||||
var windowsTerminalFolders = Directory.EnumerateDirectories(windowsAppsPath, "Microsoft.WindowsTerminal_*",
|
var windowsTerminalFolders = Directory.EnumerateDirectories(windowsAppsPath, "Microsoft.WindowsTerminal_*",
|
||||||
SearchOption.TopDirectoryOnly);
|
SearchOption.TopDirectoryOnly);
|
||||||
|
|
||||||
|
|
@ -512,7 +512,7 @@ namespace Flow.Launcher.Plugin.Shell
|
||||||
{
|
{
|
||||||
possibleWindowsTerminalPaths.Insert(0, windowsTerminalPath);
|
possibleWindowsTerminalPaths.Insert(0, windowsTerminalPath);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
bool API_GlobalKeyboardEvent(int keyevent, int vkcode, SpecialKeyState state)
|
bool API_GlobalKeyboardEvent(int keyevent, int vkcode, SpecialKeyState state)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue