mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +08:00
fix: Clicking the help button always opens a new webview
(cherry picked from commit 4939afafabcbfb294f00d21053939cad8238731e)
This commit is contained in:
parent
96e0dcc9bc
commit
34ba72d1fa
@ -50,6 +50,7 @@ const Sidebar: FC = () => {
|
|||||||
|
|
||||||
const onOpenDocs = () => {
|
const onOpenDocs = () => {
|
||||||
MinApp.start({
|
MinApp.start({
|
||||||
|
id: 'docs',
|
||||||
name: t('docs.title'),
|
name: t('docs.title'),
|
||||||
url: 'https://docs.cherry-ai.com/',
|
url: 'https://docs.cherry-ai.com/',
|
||||||
logo: AppLogo
|
logo: AppLogo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user