auto-git:

[change] src/App.jsx
 [change] src/AssistantMessageContent.jsx
 [change] src/GeneralSettings.jsx
 [change] src/InterfaceSettings.jsx
 [change] src/LibraryManager.jsx
 [change] src/WebsearchSettings.jsx
 [change] src/main.jsx
 [change] src/useChatScroll.js
This commit is contained in:
2026-05-06 04:39:39 +02:00
parent cfbae8378f
commit bb2b929d27
8 changed files with 33 additions and 33 deletions

View File

@@ -687,10 +687,10 @@ export default function App() {
}
};
window.electronAPI.onWindowFocus(handleFocus);
desktopApi.onWindowFocus(handleFocus);
return () => {
window.electronAPI.offWindowFocus(handleFocus);
desktopApi.offWindowFocus(handleFocus);
};
}, []);