feat: Make the UHK of the web build split instead of merged (#1021)
This commit is contained in:
committed by
László Monda
parent
0914a1496b
commit
239c989cbe
@@ -49,7 +49,7 @@ export const initialState: State = {
|
|||||||
log: [{ message: '', cssClass: XtermCssClass.standard }],
|
log: [{ message: '', cssClass: XtermCssClass.standard }],
|
||||||
restoringUserConfiguration: false,
|
restoringUserConfiguration: false,
|
||||||
hasBackupUserConfiguration: false,
|
hasBackupUserConfiguration: false,
|
||||||
halvesInfo: { isLeftHalfConnected: true, areHalvesMerged: true }
|
halvesInfo: { isLeftHalfConnected: true, areHalvesMerged: false }
|
||||||
};
|
};
|
||||||
|
|
||||||
export function reducer(state = initialState, action: Action): State {
|
export function reducer(state = initialState, action: Action): State {
|
||||||
|
|||||||
Reference in New Issue
Block a user