added saving
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
@click="resetActiveBeat">
|
||||
<icon icon-name="trash" color="var(--color-ui-neutral-dark)" />
|
||||
</div>
|
||||
<div
|
||||
class="root-quick-access-button"
|
||||
title="Reset all"
|
||||
@click="save('localStorage')">
|
||||
Save
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -83,6 +89,7 @@
|
||||
provide(BeatStoreKey, beatStore);
|
||||
|
||||
const {
|
||||
save,
|
||||
resetActiveBeat,
|
||||
activeBeatIndex,
|
||||
beats,
|
||||
|
||||
Reference in New Issue
Block a user