diff options
author | 0neGal <mail@0negal.com> | 2022-03-02 01:25:27 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-03-02 01:25:27 +0100 |
commit | 6da9e22142edf0eb3b3b0a6a4c41ed1d58b93733 (patch) | |
tree | 490593a18bcf14a4f8e7d32fe4e01b42e16eb359 /src | |
parent | 5dfcf98415828e7e2c2853ca9d0bfde399fc64ef (diff) | |
download | Viper-6da9e22142edf0eb3b3b0a6a4c41ed1d58b93733.tar.gz Viper-6da9e22142edf0eb3b3b0a6a4c41ed1d58b93733.zip |
made the Northstar page the startup page
Some users got confused about the "Change Game Path" label on the
startup page, thinking it was Viper asking the user to change the path,
to clear up that confusion we now just don't show that page on startup.
Diffstat (limited to 'src')
-rw-r--r-- | src/app/launcher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/launcher.js b/src/app/launcher.js index 60c0d18..e0d7619 100644 --- a/src/app/launcher.js +++ b/src/app/launcher.js @@ -17,7 +17,7 @@ function page(page) { pages[page].classList.remove("hidden"); btns[page].classList.remove("inactive"); bgHolder.setAttribute("bg", page); -}; page(0) +}; page(1) // Updates the Viper release notes |