Skip to content

Commit 7e2c202

Browse files
Fix dialog card
1 parent 2336149 commit 7e2c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/components/Dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class Dialog {
5656
color: 'var(--ui-red)'
5757
}, () => props.serviceContainer.deviceService.reset());
5858

59-
optionsContainer.appendChild(this.connectCard.getElement());
59+
// optionsContainer.appendChild(this.connectCard.getElement());
6060
optionsContainer.appendChild(this.flashCard.getElement());
6161
optionsContainer.appendChild(this.resetCard.getElement());
6262

0 commit comments

Comments
 (0)