Remove "phantom menu" when there is only a single FileProvider

This commit is contained in:
fieldOfView 2022-05-02 12:17:56 +02:00
parent 81a170fb7b
commit 28f609cbe2

View file

@ -33,6 +33,7 @@ Cura.Menu
id: openFilesMenu
shouldBeVisible: base.fileProviderModel.count > 1
enabled: shouldBeVisible
}
RecentFilesMenu { }