mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-20 15:08:03 +00:00
Add recording function improvements
This commit is contained in:
@@ -339,6 +339,7 @@
|
||||
<v-dialog
|
||||
v-model="recordingDialog"
|
||||
max-width="600px"
|
||||
persistent="true"
|
||||
>
|
||||
<v-card>
|
||||
<v-card-title>
|
||||
@@ -349,11 +350,17 @@
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer />
|
||||
<v-btn
|
||||
text
|
||||
@click="cancelRecording"
|
||||
>
|
||||
Cancel
|
||||
</v-btn>
|
||||
<v-btn
|
||||
text
|
||||
@click="stopRecording"
|
||||
>
|
||||
Stop
|
||||
Stop and Save
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
|
||||
Reference in New Issue
Block a user