mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Don't trigger open menu upon starting Cura
That would be very annoying. Contributes to issue CURA-7868.
This commit is contained in:
parent
b266904d76
commit
5f6b3b52c1
@ -22,7 +22,7 @@ Menu
|
|||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
id: openMenu
|
id: openMenu
|
||||||
action: Cura.Actions.open
|
onTriggered: CuraApplication.getFileProviderModel().triggerFirst()
|
||||||
visible: (base.fileProviderModel.count == 1)
|
visible: (base.fileProviderModel.count == 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user