windows95/src/renderer/app-state.js
Felix Rieseberg 6467acb0c8 fix: Cleanup
2019-02-03 13:49:09 -08:00

8 lines
130 B
JavaScript

export function setupState () {
window.appState = {
cursorCaptured: false,
floppyFile: null,
bootFresh: false
}
}