mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update thorium_flag_entries.h
This commit is contained in:
parent
cb24056647
commit
8020aa61f2
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_THORIUM_FLAG_ENTRIES_H_
|
||||
#define CHROME_BROWSER_THORIUM_FLAG_ENTRIES_H_
|
||||
{"custom-ntp",
|
||||
"Custom New Tab Page",
|
||||
"Allows setting a custom URL for the new tab page. Value can be internal (e.g. `about:blank`), external (e.g. `example.com`), or local (e.g. `file:///tmp/startpage.html`). This applies for incognito windows as well when not set to a `chrome://` internal page.",
|
||||
|
@ -11,5 +12,4 @@
|
|||
"Hide SidePanel Button",
|
||||
"Hides the Thorium Side Panel Button.",
|
||||
kOsDesktop, SINGLE_VALUE_TYPE("hide-sidepanel-button")},
|
||||
#define CHROME_BROWSER_THORIUM_FLAG_ENTRIES_H_
|
||||
#endif // CHROME_BROWSER_THORIUM_FLAG_ENTRIES_H_
|
||||
|
|
Loading…
Reference in a new issue