mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Fix a few customize home bugs (#929)
## Description Hopefully this is the last round of bug fixes for customizing the home page! Fixes a possible crash when scrolling after adding a row after resetting to default or loading remote settings that have more rows than the original settings Fixes some incorrect titles ### Related issues Related to #399 & #803 ### Testing Emulator & nvidia shield ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
219e4b01db
commit
65f20e2daf
6 changed files with 41 additions and 19 deletions
|
|
@ -188,6 +188,7 @@
|
|||
<string name="samples">Samples</string>
|
||||
<string name="featurettes">Featurettes</string>
|
||||
<string name="shorts">Shorts</string>
|
||||
<string name="favorite_items">Favorite %s</string>
|
||||
|
||||
<plurals name="trailers">
|
||||
<item quantity="zero">Trailers</item>
|
||||
|
|
@ -505,8 +506,8 @@
|
|||
<string name="apply_all_rows">Apply to all rows</string>
|
||||
<string name="customize_home">Customize home page</string>
|
||||
<string name="home_rows">Home rows</string>
|
||||
<string name="load_from_server">Load from server</string>
|
||||
<string name="save_to_server">Save to server</string>
|
||||
<string name="load_from_server">Load from server user profile</string>
|
||||
<string name="save_to_server">Save to server user profile</string>
|
||||
<string name="load_from_web_client">Load from web client</string>
|
||||
<string name="use_series">Use series image</string>
|
||||
<string name="add_row_for">Add row for %1$s</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue