fix: rename starting dir with working dir
This commit is contained in:
@@ -150,20 +150,20 @@
|
||||
that sleeps indefinitely
|
||||
</div>
|
||||
</div>
|
||||
<!--starting dir-->
|
||||
<!--working dir-->
|
||||
<div class="mb-3">
|
||||
<label for="appStartingDir" class="form-label">Starting Dir</label>
|
||||
<label for="appWorkingDir" class="form-label">Working Directory</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control monospace"
|
||||
id="appStartindDir"
|
||||
aria-describedby="appStartindDirHelp"
|
||||
v-model="editForm.startingDir"
|
||||
id="appWorkingDir"
|
||||
aria-describedby="appWorkingDirHelp"
|
||||
v-model="editForm['working-dir']"
|
||||
/>
|
||||
<div id="appStartindDirHelp" class="form-text">
|
||||
The starting dir that should be passed to the process.
|
||||
Some apps needs this set to find configuration files for example.
|
||||
If not set, will default to the parent directory of the command
|
||||
<div id="appWorkingDirHelp" class="form-text">
|
||||
The working directory that should be passed to the process.
|
||||
For example, some applications use the working directory to search for configuration files.
|
||||
If not set, Sunshine will default to the parent directory of the command
|
||||
</div>
|
||||
</div>
|
||||
<!--buttons-->
|
||||
|
||||
Reference in New Issue
Block a user