mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-04-12 04:02:20 +02: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);
|
enableButtons(true);
|
||||||
|
|
||||||
emit completeChanged();
|
emit completeChanged();
|
||||||
|
|
||||||
|
if (m_successfulWrite) {
|
||||||
|
getWizard()->next();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SavePage::enableButtons(bool enable)
|
void SavePage::enableButtons(bool enable)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user