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:
@@ -8,7 +8,7 @@ import { applyColorScheme } from './colorSchemes'
|
||||
|
||||
function Main() {
|
||||
useEffect(() => {
|
||||
window.electronAPI.getSettings().then(settings => {
|
||||
desktopApi.getSettings().then(settings => {
|
||||
applyColorScheme(settings.colorScheme || 'Default')
|
||||
})
|
||||
}, [])
|
||||
|
||||
Reference in New Issue
Block a user