Skip to content

Commit 26f73b9

Browse files
committed
feat: reactivate sleep mode device action
1 parent 1408908 commit 26f73b9

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)