1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

dgop service: expose username

This commit is contained in:
bbedward
2026-02-17 11:04:55 -05:00
parent 2646e7b19a
commit d6650be008

View File

@@ -395,6 +395,7 @@ Singleton {
"memoryKB": proc.memoryKB || proc.pssKB || 0,
"command": proc.command || "",
"fullCommand": proc.fullCommand || "",
"username": proc.username || "",
"displayName": (proc.command && proc.command.length > 15) ? proc.command.substring(0, 15) + "..." : (proc.command || "")
});
}