Remove PluginsPage.qml

CURA-6066
This commit is contained in:
Lipu Fei 2019-01-02 11:18:15 +01:00
parent e02fcd664c
commit 11dfb9acdc

View file

@ -353,9 +353,6 @@ UM.MainWindow
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
setPage(0);
}