diff --git a/src/renderer/emulator.tsx b/src/renderer/emulator.tsx index 814db53..03b72a7 100644 --- a/src/renderer/emulator.tsx +++ b/src/renderer/emulator.tsx @@ -435,7 +435,7 @@ export class Emulator extends React.Component<{}, EmulatorState> { // wait time (lol) setTimeout(async () => { if (!this.state.isBootingFresh) { - this.restoreState(); + await this.restoreState(); } this.state.emulator.run(); diff --git a/static/www/home.htm b/static/www/home.htm index 4c13bf6..d0ef746 100644 --- a/static/www/home.htm +++ b/static/www/home.htm @@ -17,7 +17,7 @@

Hi, I'm Felix, the maker behind windows95. I hope you're having fun!

-

Reach out to me in a modern browser (as in: not in windows95) on felixrieseberg.com or find me on Bluesky at @felixrieseberg.

+

Reach out to me in a modern browser (as in: not in windows95) on felixrieseberg.com or find me on Twitter at @felixrieseberg.