mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
feat: add Toaster component for notifications
This commit is contained in:
parent
1bd36a1c14
commit
2f13779b24
@ -1,5 +1,6 @@
|
||||
import '@renderer/databases'
|
||||
|
||||
import { Toaster } from '@cherrystudio/ui'
|
||||
import { preferenceService } from '@data/PreferenceService'
|
||||
import { loggerService } from '@logger'
|
||||
import store, { persistor } from '@renderer/store'
|
||||
@ -43,6 +44,7 @@ function App(): React.ReactElement {
|
||||
<PersistGate loading={null} persistor={persistor}>
|
||||
<TopViewContainer>
|
||||
<Router />
|
||||
<Toaster />
|
||||
</TopViewContainer>
|
||||
</PersistGate>
|
||||
</CodeStyleProvider>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user