Improve placeholder value for dropfolder

This commit is contained in:
Leopold Sappler 2026-01-19 21:45:45 +01:00
parent 7c9a98925d
commit ff05e5a93f

View file

@ -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">