These will be used to display the titles in the Task Manager window.
@@ -351,6 +351,7 @@ void InspectorClient::load_inspector()
<html>
<head>
<meta name="color-scheme" content="dark light">
+ <title>Inspector</title>
<style type="text/css">
)~~~"sv);
@@ -159,6 +159,7 @@ String ProcessManager::generate_html()
builder.append(R"(
+ <title>Task Manager</title>
<style>
@media (prefers-color-scheme: dark) {
/* FIXME: We should be able to remove the HTML style when "color-scheme" is supported */