allow selecting audio mode when recording voice message

This commit is contained in:
liamcottle
2024-08-10 22:39:34 +12:00
parent b5dcac88b8
commit 42ca60474d
5 changed files with 149 additions and 33 deletions

View File

@@ -11,8 +11,8 @@
"dist": "npm run build && python setup.py build && electron-builder --publish=never"
},
"license": "MIT",
"engines" : {
"node" : ">=18"
"engines": {
"node": ">=18"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
@@ -94,6 +94,7 @@
}
},
"dependencies": {
"click-outside-vue3": "^4.0.1",
"electron-prompt": "^1.7.0",
"mitt": "^3.0.1",
"vue-router": "^4.4.2"