fix: tooltip

This commit is contained in:
ALAN S
2026-01-03 17:05:41 +05:30
parent a6b6a17668
commit dca1c6a287
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1212,7 +1212,7 @@ SmartPanel {
NIconButton {
visible: !!modelData.clipboardId && entry.isSelected && modelData.isImage && Settings.data.appLauncher.screenshotAnnotationTool !== ""
icon: "pencil"
tooltipText: I18n.tr("clipboard.annotate")
tooltipText: I18n.tr("tooltips.open-annotation-tool")
z: 1
onClicked: {
var tool = Settings.data.appLauncher.screenshotAnnotationTool;