mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
improve tooltips for extra core
This commit is contained in:
parent
7f2d778a0e
commit
3f1a863562
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>300</height>
|
||||
<height>377</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -111,7 +111,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="toolTip">
|
||||
<string><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></string>
|
||||
<string><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></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Args</string>
|
||||
@ -128,7 +128,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>contents of the config file that will be passed to the extra core process</p></body></html></string>
|
||||
<string><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></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Config</string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user