mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:09:08 +08:00
Add defaults button to setting visibility page
CURA-8949
This commit is contained in:
parent
5aed6bb3c8
commit
742f0b7dbb
@ -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…
x
Reference in New Issue
Block a user