Added a setting to restart the launcher

This commit is contained in:
ottoptj 2024-09-24 14:11:50 +03:00
commit 0ca4dbef2e
3 changed files with 25 additions and 1 deletions

View file

@ -86,6 +86,12 @@
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="Reset">
<Preference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:key="restartLauncher"
app:selectable="true"
app:title="Restart YAM Launcher" />
<Preference
android:layout_width="wrap_content"
android:layout_height="wrap_content"