From 0a9890111cd45bbad0c935816f585c328da34dd5 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Fri, 31 Jan 2025 01:38:20 +0100 Subject: [PATCH] add explanation for pressing space to disable auto launch --- app/src/main/res/xml/preferences.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 57e50df..314f85f 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -92,7 +92,8 @@ + android:title="@string/settings_functionality_auto_launch" + android:summary="@string/settings_functionality_auto_launch_summary" />