fixed issues from removing other frontend
This commit is contained in:
@ -343,8 +343,8 @@ export default function App() {
|
||||
active={muteMode}
|
||||
/>
|
||||
<ToolbarButton
|
||||
icon={<span className="text-[10px] font-semibold">PA</span>}
|
||||
label="Pause Trim"
|
||||
icon={<span className="text-[10px] font-semibold">ST</span>}
|
||||
label="Silence Trim"
|
||||
active={activePanel === 'silence'}
|
||||
onClick={() => togglePanel('silence')}
|
||||
disabled={!videoPath}
|
||||
|
||||
Reference in New Issue
Block a user