Files
brave-core/patches/content-browser-resources-gpu-info_view.ts.patch
T

13 lines
673 B
Diff

diff --git a/content/browser/resources/gpu/info_view.ts b/content/browser/resources/gpu/info_view.ts
index f0b1969fce598e77dd64c4a6f500e65b16e0916b..d86d6b908c26d920cd4f6fe7a2bc11e7c3a13b11 100644
--- a/content/browser/resources/gpu/info_view.ts
+++ b/content/browser/resources/gpu/info_view.ts
@@ -529,6 +529,7 @@ export class InfoViewElement extends CustomElement {
value: clientInfo.graphics_backend,
},
{description: 'Command Line', value: clientInfo.command_line},
+ {description: 'Executable path', value: clientInfo.executable_path || ''},
]);
} else {
sections.clientInfo.list.textContent = '... loading ...';