forked from qt-creator/qt-creator
Ensure always having a mode
Switch to Edit Mode once we constructed it in Core::init(). Switch to a the Welcome Mode in Core::extensionsInitialized. Also works
This commit is contained in:
@@ -76,7 +76,6 @@ bool WelcomePlugin::initialize(const QStringList & /* arguments */, QString * /*
|
||||
void WelcomePlugin::extensionsInitialized()
|
||||
{
|
||||
m_welcomeMode->initPlugins();
|
||||
Core::ModeManager::instance()->activateMode(m_welcomeMode->id());
|
||||
}
|
||||
|
||||
Q_EXPORT_PLUGIN(WelcomePlugin)
|
||||
|
||||
Reference in New Issue
Block a user