mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update about_ui.cc
This commit is contained in:
parent
5059926ad5
commit
25fb4f05c9
1 changed files with 2 additions and 1 deletions
|
@ -464,7 +464,6 @@ namespace about_ui {
|
|||
void AppendHeader(std::string* output, const std::string& unescaped_title) {
|
||||
output->append("<!DOCTYPE HTML>\n<html>\n<head>\n");
|
||||
output->append("<meta charset='utf-8'>\n");
|
||||
output->append("<link rel='icon' type='image/png' sizes='32x32' href='chrome://theme/current-channel-logo'>\n");
|
||||
output->append("<meta name='color-scheme' content='light dark'>\n");
|
||||
if (!unescaped_title.empty()) {
|
||||
output->append("<title>");
|
||||
|
@ -573,6 +572,8 @@ std::string ChromeURLs() {
|
|||
html += "<li><a href='chrome://" + host + "/'>chrome://" + host +
|
||||
"</a></li>\n";
|
||||
}
|
||||
|
||||
html += "<li><a href='chrome://theme/IDR_PRODUCT_YIFF'>chrome://yiff</a></li>\n";
|
||||
|
||||
html +=
|
||||
"</ul><a id=\"internals\"><h2>List of chrome://internals "
|
||||
|
|
Loading…
Reference in a new issue