Hide incorrect tooltip

The preffered solution was to change the copywriting, but since we are after stringfreeze we cannot do this. This is the next best solution to prevent user confusion.
This commit is contained in:
ChrisTerBeke 2019-07-22 21:21:18 +02:00
parent 02ff433c92
commit 7300f95a42
No known key found for this signature in database
GPG Key ID: A49F1AB9D7E0C263
2 changed files with 17 additions and 15 deletions

View File

@ -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
// }
} }

View File

@ -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
{ {