Update preference messages and default values

This commit is contained in:
Wisest_wizard 2021-08-23 12:51:13 +05:30 committed by Wisest_wizard
parent a7f4111b10
commit 9e419571af
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<CheckBoxPreference
android:title="PIP Mode"
android:defaultValue="true"
android:defaultValue="false"
android:key="PIP"
android:summary="Show app in picture-in-picture mode when home button or recents button is pressed" />
@ -37,6 +37,6 @@
android:defaultValue="/data/data/com.termux/files/usr/tmp"
android:key="CustXDG"
android:summary="Set the XDG runtime directory for wayland sockets"
android:dialogMessage="Please be careful here as setting the wrong directory may make the app not run as expected" />
android:dialogMessage="Changes to this preference will apply on app restart" />
</PreferenceScreen>