Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Feb 17, 2025
1 parent ba31544 commit 536715f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/src/main/res/xml/pref_config_other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@
android:title="@string/show_rss"
app:iconSpaceReserved="false" />

<io.legado.app.lib.prefs.SwitchPreference
android:defaultValue="true"
android:key="showMangaUi"
android:title="@string/show_mange_ui"
app:iconSpaceReserved="false" />

<io.legado.app.lib.prefs.SwitchPreference
android:defaultValue="true"
android:key="disableMangaScaling"
android:title="@string/disable_manga_scaling"
app:iconSpaceReserved="false" />

<io.legado.app.lib.prefs.NameListPreference
android:defaultValue="bookshelf"
android:key="defaultHomePage"
Expand Down Expand Up @@ -180,6 +168,18 @@
app:entries="@array/default_app_variant"
app:entryValues="@array/default_app_variant_value" />

<io.legado.app.lib.prefs.SwitchPreference
android:defaultValue="true"
android:key="showMangaUi"
android:title="@string/show_mange_ui"
app:iconSpaceReserved="false" />

<io.legado.app.lib.prefs.SwitchPreference
android:defaultValue="true"
android:key="disableMangaScaling"
android:title="@string/disable_manga_scaling"
app:iconSpaceReserved="false" />

<io.legado.app.lib.prefs.Preference
android:key="webPort"
android:title="@string/web_port_title"
Expand Down

0 comments on commit 536715f

Please sign in to comment.