Skip to content

Commit 571e6e1

Browse files
committed
future me
1 parent 5df4043 commit 571e6e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MyMusicClientSveltePwa/src/lib/pages/Settings.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
</form>
4848

4949
<div class="mt-3 mb-3 p-2 rounded rounded-2 tile-bg">
50-
<label for="localStorageClear" class="form-label">Local Storage</label>
50+
<label for="localStorageClear" class="form-label">Local Storage !Expirmental</label>
51+
<!-- This is causing some issues, playback breaks and updating ui freezes -->
5152
<!-- svelte-ignore event_directive_deprecated -->
5253
<button id="localStorageClear" class="btn btn-danger" on:click={() => clearStorage()}>Clear Local Storage</button>
5354
</div>

0 commit comments

Comments
 (0)