Clean up initialState module
This commit is contained in:
parent
c1ca29511e
commit
0e46fbcc82
3 changed files with 80 additions and 85 deletions
|
@ -59,7 +59,3 @@ export function setConnected(connected) {
|
|||
export function setCharWidth(width) {
|
||||
return appSet('charWidth', width);
|
||||
}
|
||||
|
||||
export function setConnectDefaults(defaults) {
|
||||
return appSet('connectDefaults', defaults);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue