mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #6042 from Ultimaker/CS-227_hide_incorrect_tooltip
Hide incorrect tooltip
This commit is contained in:
commit
52efdb77b5
2 changed files with 17 additions and 15 deletions
|
|
@ -243,10 +243,11 @@ Item
|
||||||
enabled: !contextMenuButton.enabled
|
enabled: !contextMenuButton.enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
MonitorInfoBlurb
|
// TODO: uncomment this tooltip as soon as the required firmware is released
|
||||||
{
|
// MonitorInfoBlurb
|
||||||
id: contextMenuDisabledInfo
|
// {
|
||||||
text: catalog.i18nc("@info", "Please update your printer's firmware to manage the queue remotely.")
|
// id: contextMenuDisabledInfo
|
||||||
target: contextMenuButton
|
// text: catalog.i18nc("@info", "Please update your printer's firmware to manage the queue remotely.")
|
||||||
}
|
// target: contextMenuButton
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -202,12 +202,13 @@ Item
|
||||||
enabled: !contextMenuButton.enabled
|
enabled: !contextMenuButton.enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
MonitorInfoBlurb
|
// TODO: uncomment this tooltip as soon as the required firmware is released
|
||||||
{
|
// MonitorInfoBlurb
|
||||||
id: contextMenuDisabledInfo
|
// {
|
||||||
text: catalog.i18nc("@info", "Please update your printer's firmware to manage the queue remotely.")
|
// id: contextMenuDisabledInfo
|
||||||
target: contextMenuButton
|
// text: catalog.i18nc("@info", "Please update your printer's firmware to manage the queue remotely.")
|
||||||
}
|
// target: contextMenuButton
|
||||||
|
// }
|
||||||
|
|
||||||
CameraButton
|
CameraButton
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue