From 70f8e5ab3ae12c569bf16858df0730f17afe0e76 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 10 May 2023 20:48:11 +0200 Subject: ui: add shortcut for adding quick settings tile Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/values/strings.xml | 4 ++++ ui/src/main/res/xml/preferences.xml | 1 + 2 files changed, 5 insertions(+) (limited to 'ui/src/main/res') diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 7d7456bc..acaa9dcc 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -185,6 +185,10 @@ Private key Public key Tip: generate with `qrencode -t ansiutf8 < tunnel.conf`. + Add tile to quick settings panel + The shortcut tile toggles the most recent tunnel + Unable to add shortcut tile: error %d + Toggle tunnel Will not bring up enabled tunnels at boot Will bring up enabled tunnels at boot Restore on boot diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml index fd3ff396..a8b66df7 100644 --- a/ui/src/main/res/xml/preferences.xml +++ b/ui/src/main/res/xml/preferences.xml @@ -12,6 +12,7 @@ android:summaryOn="@string/restore_on_boot_summary_on" android:title="@string/restore_on_boot_title" /> +