mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
post 115 src /fixes
This commit is contained in:
parent
0633366179
commit
206b27082d
4 changed files with 8 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -10,8 +10,12 @@ API_KEYS.txt
|
|||
mini_installer.exe
|
||||
thorium_mini_installer.exe
|
||||
thorium_SSE2_mini_installer.exe
|
||||
thorium_WIN32_mini_installer.exe
|
||||
thorium_SSE3_mini_installer.exe
|
||||
thorium_AVX_mini_installer.exe
|
||||
thorium_AVX2_mini_installer.exe
|
||||
thorium_mini_installer_SSE2.exe
|
||||
thorium_mini_installer_WIN32.exe
|
||||
thorium_mini_installer_SSE3.exe
|
||||
thorium_mini_installer_AVX.exe
|
||||
thorium_mini_installer_AVX2.exe
|
||||
|
|
|
@ -53,10 +53,9 @@ BASE_FEATURE(kAccessCodeCastUI,
|
|||
|
||||
// Enables displaying the submenu to open a link with a different profile if
|
||||
// there is at least one other active profile.
|
||||
// TODO: Alex313031 bug fix
|
||||
BASE_FEATURE(kDisplayOpenLinkAsProfile,
|
||||
"DisplayOpenLinkAsProfile",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
// Enables showing the EV certificate details in the Page Info bubble.
|
||||
BASE_FEATURE(kEvDetailsInPageInfo,
|
||||
|
|
|
@ -69,7 +69,7 @@ usage () {
|
|||
echo
|
||||
echo " Other supported options are:"
|
||||
MANWIDTH=80 man thorium-browser | sed -e '1,/OPTIONS/d; /ENVIRONMENT/,$d'
|
||||
echo " See 'man thorium-browser-stable' for more details"
|
||||
echo " See 'man thorium-browser' for more details"
|
||||
}
|
||||
|
||||
want_temp_profile=0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright 2022 The Chromium Authors and Alex313031. All rights reserved.
|
||||
/* Copyright 2023 The Chromium Authors and Alex313031
|
||||
* Use of this source code is governed by a BSD-style license that can be
|
||||
* found in the LICENSE file. */
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Material Icons rendering fix */
|
||||
.material-icons {
|
||||
font-family: Material Icons;
|
||||
font-style: normal !important;
|
||||
|
|
Loading…
Reference in a new issue