Skip to content

Commit

Permalink
fix: Lion代理连接远程应用,Luna页面没有浮标
Browse files Browse the repository at this point in the history
  • Loading branch information
w940853815 committed Mar 1, 2024
1 parent 93f200a commit cddbd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/elements/chat/chat.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class ElementChatComponent implements OnInit, OnDestroy {
) {}

get isShowSetting() {
const connectMethods = ['koko', 'lion'];
const connectMethods = ['koko', 'lion', 'tinker', 'panda'];
return (
this.currentView.hasOwnProperty('connectMethod')
&& connectMethods.includes(this.currentView.connectMethod.component)
Expand Down

0 comments on commit cddbd28

Please sign in to comment.