Skip to content

Commit 55b7556

Browse files
naming
1 parent 8bfefbb commit 55b7556

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

kratos.gid/scripts/Controllers/Preferences.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
<entrywithbutton name="debug_folder" label="Debug path" variable="debug_folder" buttonimage="folder.png" variablemanager='Kratos::ManagePreferences' buttonfunction="OpenBrowserForDirectory" help='Path to the kratos debug folder. This is placed in the launch.json file for debugging' />
2222
<comboboxframe name="launch_configuration" label="Launch configuration" variable="launch_configuration" variablemanager='Kratos::ManagePreferences' help='' >
2323
<option value='Launch via pip' label='Launch via pip' setactivate="python_path"/>
24-
<option value='Launch local compiled version' label='Launch local compiled version' setactivate="python_path"/>
24+
<option value='Launch local compiled version' label='Launch local compiled version (kratos.gid/exec/Kratos/runkratos)'/>
2525
<option value='Docker' label='Docker' setactivate="docker_image" />
26-
<!-- <option value='Custom...' label='Custom...'/> -->
27-
26+
2827
<entrywithbutton name="python_path" variable="python_path" label="Python path (exe)" variablemanager='Kratos::ManagePreferences' help='Path to python.exe' buttonimage="folder.png" buttonfunction="GetPythonPath"/>
2928
<entry name="docker_image" variable="docker_image" label="Docker image" variablemanager='Kratos::ManagePreferences' help='Name of the Kratos Docker image'/>
3029
</comboboxframe>

0 commit comments

Comments
 (0)