File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/uhk-web/src/app/store/reducers Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
12
12
LeftSlotModules ,
13
13
RightSlotModules ,
14
14
UdevRulesInfo ,
15
+ UHK_60_DEVICE ,
15
16
UHK_DEVICE_IDS ,
16
17
UHK_DEVICE_IDS_TYPE ,
17
18
UhkDeviceProduct ,
@@ -31,7 +32,7 @@ export interface State {
31
32
dongle ?: Dongle ;
32
33
isKeyboardLayoutChanging : boolean ;
33
34
isPairedWithDongle ?: boolean ;
34
- connectedDevice ? : UhkDeviceProduct ;
35
+ connectedDevice : UhkDeviceProduct ;
35
36
hasPermission : boolean ;
36
37
bootloaderActive : boolean ;
37
38
deviceConnectionStateLoaded : boolean ;
@@ -62,6 +63,7 @@ export const initialState: State = {
62
63
isKeyboardLayoutChanging : false ,
63
64
hasPermission : true ,
64
65
bootloaderActive : false ,
66
+ connectedDevice : UHK_60_DEVICE ,
65
67
deviceConnectionStateLoaded : false ,
66
68
hostConnectionPairState : { } ,
67
69
isErasingBleSettings : false ,
You can’t perform that action at this time.
0 commit comments