Add back the Profiles page

This commit is contained in:
Arjen Hiemstra 2016-05-23 18:12:25 +02:00
parent 8284ab9de5
commit f90be96bc6
2 changed files with 224 additions and 0 deletions

View file

@ -553,6 +553,8 @@ UM.MainWindow
insertPage(4, catalog.i18nc("@title:tab", "Materials"), Qt.resolvedUrl("Preferences/MaterialsPage.qml"));
insertPage(5, catalog.i18nc("@title:tab", "Profiles"), Qt.resolvedUrl("Preferences/ProfilesPage.qml"));
//Force refresh
setPage(0);
}