Skip to content

Commit caf0c7b

Browse files
authored
Merge pull request #2568 from UltimateHackingKeyboard/feat-comment-out-sleep
feat: comment out the "sleep mode" device action
2 parents 0e4ec5f + 96a7b80 commit caf0c7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/uhk-web/src/app/components/popover/tab/device/device-tab.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525

2626
</div>
27-
<div *ngSwitchCase="1">
28-
Puts your UHK to sleep, minimizing power consumption and locking its keys. You can wake up the halves separately by holding the S+F and J+L keys.
29-
</div>
27+
<!-- <div *ngSwitchCase="1">-->
28+
<!-- Puts your UHK to sleep, minimizing power consumption and locking its keys. You can wake up the halves separately by holding the S+F and J+L keys.-->
29+
<!-- </div>-->
3030
</div>

packages/uhk-web/src/app/components/popover/tab/device/device-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class DeviceTabComponent extends Tab implements OnChanges, OnDestroy, OnI
4343

4444
hostConnections: HostConnection[] = [];
4545
hostConnectionItems: HostConnectionListItem[] = []
46-
pages = ['Connections', 'Sleep mode'];
46+
pages = ['Connections', /*'Sleep mode'*/];
4747
selectedPageIndex = 0;
4848
selectedHostConnection: HostConnectionListItem = {
4949
name: 'Next connection',

0 commit comments

Comments
 (0)