mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Added go to top of page option.
Added Main + Other Activity bottom bar option to go to the top of a page.
This commit is contained in:
@@ -283,6 +283,7 @@
|
||||
<item>@string/hidden</item>
|
||||
<item>@string/saved</item>
|
||||
<item>@string/gilded</item>
|
||||
<item>@string/go_to_top</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_other_activities_bottom_app_bar_options">
|
||||
@@ -306,6 +307,7 @@
|
||||
<item>@string/hidden</item>
|
||||
<item>@string/saved</item>
|
||||
<item>@string/gilded</item>
|
||||
<item>@string/go_to_top</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_bottom_app_bar_fab_options">
|
||||
|
@@ -1190,5 +1190,6 @@
|
||||
<string name="app_lock_timeout_6_hours">6 hours</string>
|
||||
<string name="app_lock_timeout_12_hours">12 hours</string>
|
||||
<string name="app_lock_timeout_24_hours">24 hours</string>
|
||||
<string name="go_to_top">Go To Top</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user