mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix: tooltip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user