Disable the Startup Wizard.

- Most of the defaults are sensible now, so its no longer needed!



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4854 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-01-27 13:52:13 +00:00
parent eb77648cd2
commit 44ff9fe4f7

View File

@ -239,8 +239,12 @@ int main(int argc, char *argv[])
splashScreen.hide();
Settings->setValue(QString::fromUtf8("FirstRun"), false);
// This is now disabled - as it doesn't add very much.
// Need to make sure that defaults are sensible!
#ifdef ENABLE_QUICKSTART_WIZARD
QuickStartWizard qstartWizard;
qstartWizard.exec();
#endif
}
MainWindow *w = MainWindow::Create ();