Skip to content

Commit

Permalink
add warning to WIP dev options
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Aug 27, 2024
1 parent bc75f07 commit 02e25eb
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions AnkiDroid/src/main/res/xml/preferences_dev_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@
android:title="Lock Database"
android:summary="Touch here to lock the database (all threads block in-process, exception if using second process)"
android:key="@string/pref_lock_database_key"/>
<SwitchPreferenceCompat
android:title="New reviewer"
android:key="@string/new_reviewer_pref_key"
android:defaultValue="false"/>
<Preference
android:title="New reviewer options"
android:key="@string/new_reviewer_options_key"
android:dependency="@string/new_reviewer_pref_key"
android:fragment="com.ichi2.anki.preferences.ReviewerOptionsFragment"/>
<SwitchPreferenceCompat
android:title="New congrats screen"
android:key="@string/new_congrats_screen_pref_key"
Expand All @@ -79,4 +70,19 @@
android:title="Create files"
/>
</PreferenceCategory>

<PreferenceCategory
android:title="Work in progress"
android:summary="Don't create reports about them">
<SwitchPreferenceCompat
android:title="New reviewer"
android:key="@string/new_reviewer_pref_key"
android:defaultValue="false"/>
<Preference
android:title="New reviewer options"
android:key="@string/new_reviewer_options_key"
android:dependency="@string/new_reviewer_pref_key"
android:fragment="com.ichi2.anki.preferences.ReviewerOptionsFragment"/>

</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 02e25eb

Please sign in to comment.