Skip to content

Commit

Permalink
disable copy clipboard for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jan 28, 2025
1 parent 21906d0 commit 436e6ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src-admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/matter/BaseServerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,12 @@ export abstract class BaseServerNode implements GeneralNode {
minWidth: 610,
title: `${this.type === 'bridges' && !('bridgedDeviceUuid' in message) ? 'Bridge' : 'Device'} Debug information`,
buttons: [
{
// TODO : UI must support it
/*{
type: 'copyToClipboard',
label: this.adapter.getText('Copy to clipboard'),
copyToClipboardAttr: 'debugInfos',
},
},*/
{
type: 'close',
label: this.adapter.getText('Close'),
Expand Down

0 comments on commit 436e6ab

Please sign in to comment.