hopping off for a bit

This commit is contained in:
2024-05-07 05:41:53 -05:00
parent 89b32977e5
commit 3573e23cf5
4 changed files with 8 additions and 8 deletions

View File

@@ -75,9 +75,9 @@ public class Main {
// check and load configs
File fConf = new File(System.getProperty("user.home") + "/.firestar/firestar.conf");
if (!fConf.isFile()) {
System.out.println("No configuration was found. Starting the initial setup");
new Kermit().setup(fConf); // this is a fresh install, run the OOBE.
} else {
// todo load modlist
new MissPiggy().Action(); // Quick! Start singing Firework by Katy Perry! (or open the main window i guess...)
}
}