mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Remove plugins from preferences since they're now managed via the plugin browser
This commit is contained in:
parent
f6ff6fdcba
commit
fcff00e9da
@ -518,6 +518,9 @@ 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);
|
||||||
}
|
}
|
||||||
@ -629,17 +632,6 @@ UM.MainWindow
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// show the installed plugins page in the preferences dialog
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: Cura.Actions.configurePlugins
|
|
||||||
onTriggered:
|
|
||||||
{
|
|
||||||
preferences.visible = true
|
|
||||||
preferences.setPage(5)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
UM.ExtensionModel {
|
UM.ExtensionModel {
|
||||||
id: curaExtensions
|
id: curaExtensions
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user