diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index d083769..9747528 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -22,6 +22,7 @@ import TitleBar from './components/electron/title-bar'; import { Live2DModelProvider } from './context/live2d-model-context'; import { InputSubtitle } from './components/electron/input-subtitle'; import { ProactiveSpeakProvider } from './context/proactive-speak-context'; +import { ScreenCaptureProvider } from './context/screen-capture-context'; function App(): JSX.Element { const [showSidebar, setShowSidebar] = useState(true); @@ -69,66 +70,68 @@ function App(): JSX.Element { - - - - - - - - - - - {mode === 'window' ? ( - <> - {isElectron && } - - - setShowSidebar(!showSidebar)} - /> - - - {/* */} - - {/* */} - {/* */} + + + + + + + + + + + + {mode === 'window' ? ( + <> + {isElectron && } + -