mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
Merge branch 'main' into move-examples
This commit is contained in:
commit
d106875605
@ -57,7 +57,7 @@ export function useSettings() {
|
|||||||
isLineWrappingEnabled: [true, 'true'].includes(state.isLineWrappingEnabled) ? true : false,
|
isLineWrappingEnabled: [true, 'true'].includes(state.isLineWrappingEnabled) ? true : false,
|
||||||
isFlashEnabled: [true, 'true'].includes(state.isFlashEnabled) ? true : false,
|
isFlashEnabled: [true, 'true'].includes(state.isFlashEnabled) ? true : false,
|
||||||
fontSize: Number(state.fontSize),
|
fontSize: Number(state.fontSize),
|
||||||
panelPosition: state.activeFooter !== '' ? state.panelPosition : 'right',
|
panelPosition: state.activeFooter !== '' ? state.panelPosition : 'bottom', // <-- keep this 'bottom' where it is!
|
||||||
userPatterns: JSON.parse(state.userPatterns),
|
userPatterns: JSON.parse(state.userPatterns),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user