feat(electron): audio capture permissions and settings (#11185)

fix AF-2420, AF-2391, AF-2265
This commit is contained in:
pengx17
2025-03-28 09:12:25 +00:00
parent 8c582122a8
commit 6c125d9a38
59 changed files with 2661 additions and 1699 deletions
+2 -3
View File
@@ -1,6 +1,7 @@
export * from './hooks';
export * from './lit-react';
export * from './styles';
export * from './ui/audio-player';
export * from './ui/avatar';
export * from './ui/button';
export * from './ui/checkbox';
@@ -14,9 +15,7 @@ export * from './ui/error-message';
export * from './ui/input';
export * from './ui/layout';
export * from './ui/loading';
export * from './ui/lottie/collections-icon';
export * from './ui/lottie/delete-icon';
export * from './ui/lottie/folder-icon';
export * from './ui/lottie';
export * from './ui/masonry';
export * from './ui/menu';
export * from './ui/modal';