mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Moved machinePage to Cura
CURA-1278
This commit is contained in:
parent
133229d086
commit
d8e4aa9078
3 changed files with 75 additions and 0 deletions
|
@ -542,6 +542,8 @@ UM.MainWindow
|
|||
//: View preferences page title
|
||||
insertPage(1, catalog.i18nc("@title:tab","View"), Qt.resolvedUrl("ViewPage.qml"));
|
||||
|
||||
insertPage(2, catalog.i18nc("@title:tab", "Printers"), Qt.resolvedUrl("MachinesPage.qml"));
|
||||
|
||||
//Force refresh
|
||||
setPage(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue