mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Add defaults button to setting visibility page
CURA-8949
This commit is contained in:
parent
5aed6bb3c8
commit
742f0b7dbb
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,15 @@ UM.PreferencesPage
|
||||||
|
|
||||||
property int scrollToIndex: 0
|
property int scrollToIndex: 0
|
||||||
|
|
||||||
|
buttons: [
|
||||||
|
Cura.SecondaryButton
|
||||||
|
{
|
||||||
|
id: addMenuButton
|
||||||
|
text: catalog.i18nc("@action:button", "Defaults")
|
||||||
|
onClicked: reset()
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
signal scrollToSection( string key )
|
signal scrollToSection( string key )
|
||||||
onScrollToSection:
|
onScrollToSection:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue