Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
57016f3f
Commit
57016f3f
authored
11 months ago
by
morgan
Committed by
morgan
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 42070: Hide "Use smooth scrolling" from settings
parent
9a15523f
No related branches found
No related tags found
2 merge requests
!1206
Backport Bugzilla 1834307; hide smooth-scroll option in settings
,
!1202
Bug_43099: 2024 YEC Strings
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/components/preferences/main.inc.xhtml
+2
-1
2 additions, 1 deletion
browser/components/preferences/main.inc.xhtml
with
2 additions
and
1 deletion
browser/components/preferences/main.inc.xhtml
+
2
−
1
View file @
57016f3f
...
...
@@ -731,7 +731,8 @@
preference
=
"
general.autoScroll
"
/>
<
checkbox
id
=
"
useSmoothScrolling
"
data
-
l10n
-
id
=
"
browsing-use-smooth-scrolling
"
preference
=
"
general.smoothScroll
"
/>
preference
=
"
general.smoothScroll
"
hidden
=
"
true
"
/>
#ifdef
MOZ_WIDGET_GTK
<
checkbox
id
=
"
useOverlayScrollbars
"
data
-
l10n
-
id
=
"
browsing-gtk-use-non-overlay-scrollbars
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment