mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue