mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
get process path without waiting
This commit is contained in:
@@ -245,7 +245,7 @@ namespace Utils
|
||||
|
||||
std::optional<AppData> GetApp(HWND window, const AppList& apps)
|
||||
{
|
||||
std::wstring processPath = get_process_path_waiting_uwp(window);
|
||||
std::wstring processPath = get_process_path(window);
|
||||
return Utils::Apps::GetApp(processPath, apps);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user