mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update about_ui.cc
This commit is contained in:
parent
534b8ca13e
commit
0278656c85
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ 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>");
|
||||
|
|
Loading…
Reference in a new issue