mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 00:32:17 -04:00
dgop service: expose username
This commit is contained in:
@@ -395,6 +395,7 @@ Singleton {
|
|||||||
"memoryKB": proc.memoryKB || proc.pssKB || 0,
|
"memoryKB": proc.memoryKB || proc.pssKB || 0,
|
||||||
"command": proc.command || "",
|
"command": proc.command || "",
|
||||||
"fullCommand": proc.fullCommand || "",
|
"fullCommand": proc.fullCommand || "",
|
||||||
|
"username": proc.username || "",
|
||||||
"displayName": (proc.command && proc.command.length > 15) ? proc.command.substring(0, 15) + "..." : (proc.command || "")
|
"displayName": (proc.command && proc.command.length > 15) ? proc.command.substring(0, 15) + "..." : (proc.command || "")
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user