fix(front): remove uploads modal shortcut
This commit is contained in:
parent
57d10afb60
commit
442a37c936
|
@ -22,9 +22,7 @@ import LibraryWidget from '~/components/federation/LibraryWidget.vue'
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
const store = useStore()
|
const store = useStore()
|
||||||
|
|
||||||
const { isOpen, toggle } = useModal('upload')
|
const { isOpen } = useModal('upload')
|
||||||
|
|
||||||
onKeyboardShortcut('u', toggle)
|
|
||||||
|
|
||||||
type UploadDestination =
|
type UploadDestination =
|
||||||
| { type: 'channel', channel?: Channel | null, filter?: 'podcast' | 'music' }
|
| { type: 'channel', channel?: Channel | null, filter?: 'podcast' | 'music' }
|
||||||
|
|
Loading…
Reference in New Issue