diff options
Diffstat (limited to 'devel/electron13/files/patch-chrome_browser_resources_settings_route.js')
-rw-r--r-- | devel/electron13/files/patch-chrome_browser_resources_settings_route.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-chrome_browser_resources_settings_route.js b/devel/electron13/files/patch-chrome_browser_resources_settings_route.js new file mode 100644 index 000000000000..be2bc10f15df --- /dev/null +++ b/devel/electron13/files/patch-chrome_browser_resources_settings_route.js @@ -0,0 +1,11 @@ +--- chrome/browser/resources/settings/route.js.orig 2021-07-15 19:13:33 UTC ++++ chrome/browser/resources/settings/route.js +@@ -183,7 +183,7 @@ function createBrowserSettingsRoutes() { + + r.ACCESSIBILITY = r.ADVANCED.createSection('/accessibility', 'a11y'); + +- // <if expr="chromeos or is_linux"> ++ // <if expr="chromeos or is_posix"> + r.CAPTIONS = r.ACCESSIBILITY.createChild('/captions'); + // </if> + |