Skip to content

Commit

Permalink
fix: 去除水印
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj committed Sep 23, 2024
1 parent 0655a84 commit 4ab21b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/pages/MainOperator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ const Main: React.FC<MainProp> = React.memo((props) => {
} else if (userInfo.isLogin) {
return userInfo.companyName || ""
} else if (isEnpriTrace()) {
return "EnpriTrace-试用版"
return ""
} else if (isEnpriTraceAgent()) {
return "EnpriTraceAgent-试用版"
}
Expand Down

0 comments on commit 4ab21b4

Please sign in to comment.