mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -05:00
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:
parent
eb77648cd2
commit
44ff9fe4f7
@ -239,8 +239,12 @@ int main(int argc, char *argv[])
|
|||||||
splashScreen.hide();
|
splashScreen.hide();
|
||||||
|
|
||||||
Settings->setValue(QString::fromUtf8("FirstRun"), false);
|
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;
|
QuickStartWizard qstartWizard;
|
||||||
qstartWizard.exec();
|
qstartWizard.exec();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
MainWindow *w = MainWindow::Create ();
|
MainWindow *w = MainWindow::Create ();
|
||||||
|
Loading…
Reference in New Issue
Block a user