Skip to content

Commit

Permalink
Add base flag when reloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcrisis committed May 2, 2022
1 parent 47bc71b commit 14d0a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = App => {
// update the config with other config data
for (let prop in data) this.config[prop] = data[prop]
let store = JSON.stringify(this.config)
window.localStorage.setItem("tsBase", this.__base)
window.localStorage.setItem("tsdb", store)
return this.Reload()
}
Expand Down

0 comments on commit 14d0a52

Please sign in to comment.