forked from 0x2620/pandora
open task dialog
This commit is contained in:
parent
8020e5966e
commit
7eae1cf6e5
2 changed files with 3 additions and 1 deletions
|
@ -455,6 +455,7 @@ pandora.ui.editor = function(data) {
|
|||
pandora.api.transcribeAudio({
|
||||
item: pandora.user.ui.item
|
||||
})
|
||||
pandora.ui.tasksDialog().open();
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
|
@ -79,7 +79,8 @@ pandora.ui.tasksDialog = function(options) {
|
|||
'processing': 'Processing',
|
||||
'canceled': 'Canceled',
|
||||
'failed': 'Failed',
|
||||
'finished': 'Finished'
|
||||
'finished': 'Finished',
|
||||
'transcribing': 'Transcribing'
|
||||
}[value] || value;
|
||||
},
|
||||
id: 'status',
|
||||
|
|
Loading…
Reference in a new issue