mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[Workspaces]Discord and Steam fixes - follow up (#34640)
This commit is contained in:
@@ -281,6 +281,8 @@ namespace SnapshotUtils
|
|||||||
Logger::info(L"Installed parent app not found: {}", processPath);
|
Logger::info(L"Installed parent app not found: {}", processPath);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
processPath = parentProcessPath;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -292,7 +294,7 @@ namespace SnapshotUtils
|
|||||||
WorkspacesData::WorkspacesProject::Application app{
|
WorkspacesData::WorkspacesProject::Application app{
|
||||||
.name = data.value().name,
|
.name = data.value().name,
|
||||||
.title = title,
|
.title = title,
|
||||||
.path = data.value().installPath,
|
.path = processPath,
|
||||||
.packageFullName = data.value().packageFullName,
|
.packageFullName = data.value().packageFullName,
|
||||||
.appUserModelId = data.value().appUserModelId,
|
.appUserModelId = data.value().appUserModelId,
|
||||||
.commandLineArgs = L"", // GetCommandLineArgs(pid, wbemHelper),
|
.commandLineArgs = L"", // GetCommandLineArgs(pid, wbemHelper),
|
||||||
|
|||||||
Reference in New Issue
Block a user