mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
As Ghostkeeper suspected correctly in the review comment https://github.com/Ultimaker/Cura/pull/9012#discussion_r549707433 the binding wasn't working because the model was being retrieved using a function (CuraApplication.getFileProviderModel()). Separating this model into a variable allows us to properly bind the "visible" properties of the menu items with the count property of the model without a problem. CURA-7868 |
||
|---|---|---|
| .. | ||
| ConfigurationMenu | ||
| ContextMenu.qml | ||
| FileMenu.qml | ||
| LocalPrinterMenu.qml | ||
| MaterialMenu.qml | ||
| NetworkPrinterMenu.qml | ||
| NozzleMenu.qml | ||
| OpenFilesMenu.qml | ||
| PrinterMenu.qml | ||
| PrinterTypeMenu.qml | ||
| RecentFilesMenu.qml | ||
| SettingsMenu.qml | ||
| SettingVisibilityPresetsMenu.qml | ||
| ViewMenu.qml | ||