mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-19 07:13:15 +08:00
T466: Hide the search icon from printer setup
When in custom mode in the printer setup pane and a gcode file gets loaded the search icon needs to disappear as well. Reported by @GhostKeeper, and fix provided by @victor9999
This commit is contained in:
parent
ad95f94d40
commit
f095e9050f
@ -385,7 +385,7 @@ Rectangle
|
|||||||
height: settingsModeSelection.height
|
height: settingsModeSelection.height
|
||||||
width: visible ? height : 0
|
width: visible ? height : 0
|
||||||
|
|
||||||
visible: !monitoringPrint && modesListModel.get(base.currentModeIndex) != undefined && modesListModel.get(base.currentModeIndex).showFilterButton
|
visible: !monitoringPrint && !hideSettings && modesListModel.get(base.currentModeIndex) != undefined && modesListModel.get(base.currentModeIndex).showFilterButton
|
||||||
opacity: visible ? 1 : 0
|
opacity: visible ? 1 : 0
|
||||||
|
|
||||||
onClicked: sidebarContents.currentItem.toggleFilterField()
|
onClicked: sidebarContents.currentItem.toggleFilterField()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user