Remove unused SVG files and refactor parameters in the application
- Deleted electron-vite.svg and vite.svg as they are no longer needed. - Updated import path for Parameters component in HomePage.tsx. - Fixed typo in AudioParameters.tsx from 'isDeafult' to 'isDefault'. - Created GeneralParameters.tsx to handle general parameters logic. - Updated OneAudioParam.tsx to reference the corrected 'isDefault' property. - Simplified SplitMergeParameters.tsx by removing commented-out code and improving logic. - Changed IPC call from 'get-ffmpeg-codecs' to 'get-ffmpeg-encoders' in VideoParameters.tsx and SideBar.tsx. - Removed react.svg as it is no longer required.
Loading
Please sign in to comment