mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
|
||||
{
|
||||
id: openMenu
|
||||
action: Cura.Actions.open
|
||||
onTriggered: CuraApplication.getFileProviderModel().triggerFirst()
|
||||
visible: (base.fileProviderModel.count == 1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue