diff options
author | 0neGal <mail@0negal.com> | 2022-02-21 19:31:33 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-21 19:35:56 +0100 |
commit | 132fea11e3599c9c2c9df8a69fd4d093033788ba (patch) | |
tree | c4a47181d3a65461c3d4448542639dd7dc953d36 /src/app/main.js | |
parent | 43122069a282f4594653ede9402ba330b7f39e84 (diff) | |
download | Viper-132fea11e3599c9c2c9df8a69fd4d093033788ba.tar.gz Viper-132fea11e3599c9c2c9df8a69fd4d093033788ba.zip |
some functionality is now present
Albeit only frontend functionality, it doesn't actually save your
settings, it simply loads them, and Settings.get(), allows you to
convert them to a format that can be used to save settings.
Diffstat (limited to 'src/app/main.js')
-rw-r--r-- | src/app/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main.js b/src/app/main.js index db3514b..a781ef1 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -8,7 +8,9 @@ let shouldInstallNorthstar = false; // Base settings var settings = { + nsargs: "", gamepath: "", + nsupdate: true, autoupdate: true, zip: "/northstar.zip", lang: navigator.language, |