Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jan 22, 2025
1 parent 420edc5 commit 4c289ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu-bar/menu-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ class MenuBar extends React.Component {
/>
</div>
<div className={styles.menuBarItem}>
<Button id="zerocattool">ZeroCat服务加载中</Button>
<Button id="zerocattool" onClick={() => window.renderButtons?.()}>加载ZeroCat工具</Button>
</div>
{this.props.isStandalone ? null : (
<div className={styles.accountInfoGroup}>
Expand Down

0 comments on commit 4c289ae

Please sign in to comment.