mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Actions are now reset before every run
CURA-1385
This commit is contained in:
parent
dcafb7d83a
commit
d5b07d29de
3 changed files with 7 additions and 4 deletions
|
@ -792,17 +792,14 @@ UM.MainWindow
|
|||
|
||||
for (var i = 0; i < actions.length; i++)
|
||||
{
|
||||
actions[i].displayItem.reset()
|
||||
firstRunWizard.appendPage(actions[i].displayItem, catalog.i18nc("@title", actions[i].label));
|
||||
//firstRunWizard.appendPage(actions[i].displayItem, catalog.i18nc("@title","blarg"));
|
||||
console.log("ZOMGIE", i, actions[i].displayItem)
|
||||
//firstRunWizard.appendPage(test, catalog.i18nc("@title", "Add Printer"));
|
||||
}
|
||||
|
||||
//Only start if there are actions to perform.
|
||||
if (actions.length > 0)
|
||||
{
|
||||
firstRunWizard.currentPage = 0;
|
||||
console.log(firstRunWizard.currentPage)
|
||||
show()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue