fix(ui): update device path labels to div elements

This commit is contained in:
2025-10-16 13:45:24 -04:00
parent 72bc53e495
commit 085f58e40f

View File

@@ -365,7 +365,7 @@
<fieldset> <fieldset>
<legend>Device Paths</legend> <legend>Device Paths</legend>
<div class="field-row-stacked"> <div class="field-row-stacked">
<label>Device Music Path</label> <div class="field-label">Device Music Path</div>
<div class="path-display"> <div class="path-display">
<code>{$deviceSyncSettings.musicPath || 'Not set'}</code> <code>{$deviceSyncSettings.musicPath || 'Not set'}</code>
<button onclick={handleUpdateMusicPath}>Change...</button> <button onclick={handleUpdateMusicPath}>Change...</button>
@@ -373,7 +373,7 @@
</div> </div>
<div class="field-row-stacked"> <div class="field-row-stacked">
<label>Device Playlists Path</label> <div class="field-label">Device Playlists Path</div>
<div class="path-display"> <div class="path-display">
<code>{$deviceSyncSettings.playlistsPath || 'Not set'}</code> <code>{$deviceSyncSettings.playlistsPath || 'Not set'}</code>
<button onclick={handleUpdatePlaylistsPath}>Change...</button> <button onclick={handleUpdatePlaylistsPath}>Change...</button>