Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fenix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
The Tor Project
Applications
fenix
Commits
93a3d6ac
Verified
Commit
93a3d6ac
authored
3 years ago
by
HackerNCoder
Committed by
aguestuser
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40177: Hide Tor icons in settings
parent
755429a6
No related branches found
No related tags found
1 merge request
!143
Resolve Bug 40205: Rebase Fenix patches to 96.3.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/res/xml/preferences.xml
+6
-3
6 additions, 3 deletions
app/src/main/res/xml/preferences.xml
with
6 additions
and
3 deletions
app/src/main/res/xml/preferences.xml
+
6
−
3
View file @
93a3d6ac
...
...
@@ -103,8 +103,9 @@
android:title=
"@string/preferences_category_privacy_security"
android:layout=
"@layout/preference_category_no_icon_style"
>
<!--android:icon="@drawable/ic_tracking_protection_enabled"-->
<androidx.preference.Preference
a
ndroid:icon=
"@drawable/ic_tracking_protection_enabled
"
a
pp:iconSpaceReserved=
"false
"
android:key=
"@string/pref_key_tor_security_level_settings"
android:title=
"@string/preferences_tor_security_level_settings"
/>
...
...
@@ -114,8 +115,9 @@
app:isPreferenceVisible=
"false"
android:title=
"@string/preferences_private_browsing_options"
/>
<!--android:icon="@drawable/ic_tor_network_settings"-->
<androidx.preference.Preference
a
ndroid:icon=
"@drawable/ic_tor_network_settings
"
a
pp:iconSpaceReserved=
"false
"
android:key=
"@string/pref_key_tor_network_settings"
android:title=
"@string/preferences_tor_network_settings"
/>
...
...
@@ -158,8 +160,9 @@
android:key=
"@string/pref_key_advanced"
android:layout=
"@layout/preference_category_no_icon_style"
>
<!--android:icon="@drawable/ic_screenshot"-->
<SwitchPreference
a
ndroid:icon=
"@drawable/ic_screenshot
"
a
pp:iconSpaceReserved=
"false
"
android:key=
"@string/pref_key_allow_screenshots_in_private_mode"
android:title=
"@string/preferences_allow_screenshots"
/>
...
...
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
register
or
sign in
to comment