From 3f1a863562e19713a912f363c66196351be091d1 Mon Sep 17 00:00:00 2001 From: Nova Date: Sun, 18 May 2025 03:37:03 +0330 Subject: [PATCH] improve tooltips for extra core --- include/ui/profile/edit_extra_core.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ui/profile/edit_extra_core.ui b/include/ui/profile/edit_extra_core.ui index 7300871..8caf9f8 100644 --- a/include/ui/profile/edit_extra_core.ui +++ b/include/ui/profile/edit_extra_core.ui @@ -7,7 +7,7 @@ 0 0 400 - 300 + 377 @@ -111,7 +111,7 @@ - <html><head/><body><p>args to pass to the executable, with a %s placed in place of the config file path, for example:<br/>./sing-box run -c conf.json<br/>will have its args like:<br/>run -c %s</p></body></html> + <html><head/><body><p>args to pass to the executable. You can insert a single %s and it will be replaced with the path to a file containing the config entered below.</p></body></html> Args @@ -128,7 +128,7 @@ - <html><head/><body><p>contents of the config file that will be passed to the extra core process</p></body></html> + <html><head/><body><p>contents of the config file that will be passed to the extra core process if %s is specified in the args</p></body></html> Config