Skip to content

Commit

Permalink
with persistent notifications, we can exit without confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed May 3, 2024
1 parent f9692f0 commit dbc5014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/settings_appearance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
android:title="@string/settings.disable_exit_prompt"
android:summary="@string/settings.disable_exit_prompt_summary"
android:key="disableExitPrompt"
android:defaultValue="false"/>
android:defaultValue="true"/>

<CheckBoxPreference
android:title="@string/settings.override_system_language"
Expand Down

0 comments on commit dbc5014

Please sign in to comment.