Add defaults button to setting visibility page

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-18 12:49:59 +01:00
parent 5aed6bb3c8
commit 742f0b7dbb

View file

@ -17,6 +17,15 @@ UM.PreferencesPage
property int scrollToIndex: 0
buttons: [
Cura.SecondaryButton
{
id: addMenuButton
text: catalog.i18nc("@action:button", "Defaults")
onClicked: reset()
}
]
signal scrollToSection( string key )
onScrollToSection:
{