Improve placeholder value for dropfolder
This commit is contained in:
parent
7c9a98925d
commit
ff05e5a93f
1 changed files with 1 additions and 1 deletions
|
|
@ -3083,7 +3083,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Watch Folder Path:</label>
|
<label>Watch Folder Path:</label>
|
||||||
<div class="path-input-group">
|
<div class="path-input-group">
|
||||||
<input type="text" id="drop-folder-path" placeholder="C:/Music/DropFolder">
|
<input type="text" id="drop-folder-path" placeholder="./DropFolder">
|
||||||
<button class="browse-button" onclick="browsePath('drop_folder')">Browse</button>
|
<button class="browse-button" onclick="browsePath('drop_folder')">Browse</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting-help-text">
|
<div class="setting-help-text">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue