mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Goto final/end page automatically after successfull save in wizard.
This commit is contained in:
parent
f11c03d34a
commit
ed6b9a4e9c
@ -80,6 +80,10 @@ void SavePage::writeToController()
|
||||
enableButtons(true);
|
||||
|
||||
emit completeChanged();
|
||||
|
||||
if (m_successfulWrite) {
|
||||
getWizard()->next();
|
||||
}
|
||||
}
|
||||
|
||||
void SavePage::enableButtons(bool enable)
|
||||
|
Loading…
Reference in New Issue
Block a user