Skip to content

Commit

Permalink
Fix hard crash preventing new user setup (Resolves #563)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanH committed Mar 15, 2024
1 parent b4a6651 commit 068d644
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines": {
"node": ">= 14.18"
},
"version": "2.4.1",
"version": "2.4.2",
"license": "GPL-3.0",
"repository": "github:Bambosh/unofficial-homestuck-collection",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/SystemPages/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<p>However, with Flash finally being phased out at the end of 2020, <em>Homestuck</em> is in a precarious state. While there have been official attempts to preserve aspects of the original experience by VIZ Media (who have published <em>Homestuck</em> since 2018), the results have been mixed. With extra content scattered around the web in various states of decay, a solution was needed to preserve <em>Homestuck's</em> one-of-a-kind presentation and flair, for both returning readers and those new to the story.</p>

<p>This self-contained collection contains <em>Homestuck</em> (with Flash elements fully intact), the other MS Paint Adventures, official <em>Homestuck</em> side-stories, and a variety of goodies for the enquiring reader, as well as a variety of unintrusive enhancements to the overall presentation, both for quality and convenience. Hopefully, this collection should be the best way to read <em>Homestuck</em>, and preserve what made it so special.</p>
<p style="padding-bottom: 4em;">This self-contained collection contains <em>Homestuck</em> (with Flash elements fully intact), the other MS Paint Adventures, official <em>Homestuck</em> side-stories, and a variety of goodies for the enquiring reader, as well as a variety of unintrusive enhancements to the overall presentation, both for quality and convenience. Hopefully, this collection should be the best way to read <em>Homestuck</em>, and preserve what made it so special.</p>

<div class="hint wizardFooter">
<!-- <p>WARNING: This program is protected by copyright law and international treaties.</p> -->
Expand Down
2 changes: 2 additions & 0 deletions src/store/localData.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ class LocalData {
this.saveDebounce = undefined
}
const all = store.get()
delete all['__internal__'] // Not allowed to save this key

all["timestamp"] = Date.now()
all['assetDir'] = this.assetDir
all['tabData'] = this.tabData
Expand Down

0 comments on commit 068d644

Please sign in to comment.