M117 final

This commit is contained in:
Alexander Frick 2023-10-08 17:42:01 -05:00
parent dab94c2a53
commit 3008d15c54
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
COMPANY_FULLNAME=The Thorium Authors
COMPANY_SHORTNAME=The Thorium Authors
COMPANY_FULLNAME=Alex313031
COMPANY_SHORTNAME=Alex313031
PRODUCT_FULLNAME=Thorium
PRODUCT_SHORTNAME=Thorium
PRODUCT_INSTALLER_FULLNAME=Thorium Installer

View File

@ -530,7 +530,7 @@ const gfx::FontList& GM2TabStyleViews::GetFontList() const {
static const bool prominent_dark_mode_title = base::CommandLine::ForCurrentProcess()->HasSwitch("prominent-dark-mode-active-tab-title");
if (prominent_dark_mode_title && tab_->IsActive() &&
color_utils::IsDark(GetTabBackgroundColor(TabActive::kActive))) {
color_utils::IsDark(GetCurrentTabBackgroundColor(TabStyle::TabSelectionState::kActive, false))) {
return heavy_font_;
}

View File

@ -27,7 +27,7 @@ ENROLLMENTDIR=/etc/chromium/policies/enrollment
MENUNAME="Thorium Browser"
# Brief package description.
SHORTDESC="The web browser from The Thorium Authors"
SHORTDESC="The web browser from Alex313031"
# Detailed package description.
FULLDESC="Thorium is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."