Merge branch 'CURA-6066_remove_pluginspage_qml' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2019-01-02 13:24:41 +01:00
commit 59af006b46

View File

@ -353,9 +353,6 @@ UM.MainWindow
insertPage(4, catalog.i18nc("@title:tab", "Profiles"), Qt.resolvedUrl("Preferences/ProfilesPage.qml")); insertPage(4, catalog.i18nc("@title:tab", "Profiles"), Qt.resolvedUrl("Preferences/ProfilesPage.qml"));
// Remove plug-ins page because we will use the shiny new plugin browser:
removePage(5);
//Force refresh //Force refresh
setPage(0); setPage(0);
} }