From 6da9e22142edf0eb3b3b0a6a4c41ed1d58b93733 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 2 Mar 2022 01:25:27 +0100 Subject: 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. --- src/app/launcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3