155156157158159160161162163164165
} if(PluginManager.getEnableGui()) { if(GlobalSettings.firstRun) { // Run the first-run wizard new FirstConnectionWizard(1).displayAndBlock(); GlobalSettings.firstRun = false; GlobalSettings.save(); Settings.store(); }