mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Fix code styling
This commit is contained in:
parent
a7b5879263
commit
ea16f967d7
@ -854,7 +854,7 @@ UM.MainWindow
|
|||||||
|
|
||||||
function start(id)
|
function start(id)
|
||||||
{
|
{
|
||||||
var actions = Cura.MachineActionManager.getFirstStartActions(id)
|
var actions = Cura.MachineActionManager.getFirstStartActions(id)
|
||||||
resetPages() // Remove previous pages
|
resetPages() // Remove previous pages
|
||||||
|
|
||||||
for (var i = 0; i < actions.length; i++)
|
for (var i = 0; i < actions.length; i++)
|
||||||
@ -913,7 +913,6 @@ UM.MainWindow
|
|||||||
{
|
{
|
||||||
discardOrKeepProfileChangesDialog.show()
|
discardOrKeepProfileChangesDialog.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
@ -963,4 +962,3 @@ UM.MainWindow
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user