Skip to content

Commit

Permalink
Move site accelerator setting, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Jan 10, 2025
1 parent 5c99067 commit e447e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/src/main/res/xml/site_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@
android:key="@string/pref_key_site_accelerator_settings"
android:title="@string/site_settings_site_accelerator">

<org.wordpress.android.ui.prefs.WPPreference android:summary="@string/site_settings_site_accelerator_summary" />

<org.wordpress.android.ui.prefs.WPSwitchPreference
android:id="@+id/pref_site_accelerator"
android:key="@string/pref_key_site_accelerator"
android:title="@string/site_settings_site_accelerator" />

<org.wordpress.android.ui.prefs.WPPreference android:summary="@string/site_settings_site_accelerator_summary" />

<org.wordpress.android.ui.prefs.WPSwitchPreference
android:id="@+id/pref_serve_images_from_our_servers"
android:key="@string/pref_key_serve_images_from_our_servers"
Expand Down

0 comments on commit e447e4b

Please sign in to comment.