Skip to content

Commit

Permalink
revert back to Settings as title
Browse files Browse the repository at this point in the history
It's now very obvious if you're on the new screen
  • Loading branch information
mikescamell committed Nov 29, 2024
1 parent 96eaeec commit 8499e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
<activity
android:name="com.duckduckgo.app.settings.NewSettingsActivity"
android:exported="true"
android:label="New Settings"
android:label="@string/settingsActivityTitle"
android:parentActivityName=".BrowserActivity">
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
Expand Down

0 comments on commit 8499e17

Please sign in to comment.