Skip to content

Commit

Permalink
Closed wizard then open mainwindow deskflow#4235
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Hou committed Nov 28, 2014
1 parent 4452f14 commit 17278f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/src/SetupWizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ void SetupWizard::accept()

settings.sync();

QWizard::accept();

if (m_StartMain)
{
m_MainWindow.updateZeroconfService();
m_MainWindow.open();
}

QWizard::accept();
}

void SetupWizard::reject()
Expand Down

0 comments on commit 17278f7

Please sign in to comment.